Searched refs:inflate_workspace (Results 1 – 2 of 2) sorted by relevance
22 struct inflate_workspace { struct34 static_assert(offsetof(struct inflate_workspace, dfltcc_state) % 8 == 0); argument37 #define WS(strm) ((struct inflate_workspace *)(strm->workspace))
30 return sizeof(struct inflate_workspace); in zlib_inflate_workspacesize()
Completed in 5 milliseconds