Home
last modified time | relevance | path

Searched refs:inflate_workspace (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/lib/zlib_inflate/
Dinfutil.h22 struct inflate_workspace { struct
34 static_assert(offsetof(struct inflate_workspace, dfltcc_state) % 8 == 0); argument
37 #define WS(strm) ((struct inflate_workspace *)(strm->workspace))
Dinflate.c30 return sizeof(struct inflate_workspace); in zlib_inflate_workspacesize()