Searched refs:inflate_state (Results 1 – 5 of 5) sorted by relevance
19 struct inflate_state inflate_state; member
25 struct inflate_state *state; in zlib_inflateReset()28 state = (struct inflate_state *)strm->state; in zlib_inflateReset()50 struct inflate_state *state; in zlib_inflateInit2()55 state = &WS(strm)->inflate_state; in zlib_inflateInit2()78 static void zlib_fixedtables(struct inflate_state *state) in zlib_fixedtables()103 struct inflate_state *state; in zlib_updatewindow()106 state = (struct inflate_state *)strm->state; in zlib_updatewindow()148 struct inflate_state *state; in zlib_inflateSyncPacket()151 state = (struct inflate_state *)strm->state; in zlib_inflateSyncPacket()319 struct inflate_state *state; in zlib_inflate()[all …]
72 struct inflate_state { struct
69 struct inflate_state *state; in inflate_fast()96 state = (struct inflate_state *)strm->state; in inflate_fast()
78 sizeof(struct inflate_state)); in __gunzip()126 WS(strm)->inflate_state.wsize = 0; in __gunzip()127 WS(strm)->inflate_state.window = NULL; in __gunzip()