Searched refs:inflate_state (Results 1 – 7 of 7) sorted by relevance
17 struct inflate_state *state = (struct inflate_state *)strm->state; in dfltcc_can_inflate()32 struct inflate_state *state = (struct inflate_state *)strm->state; in dfltcc_reset_inflate_state()43 struct inflate_state *state = (struct inflate_state *)strm->state; in dfltcc_was_inflate_used()53 struct inflate_state *state = (struct inflate_state *)strm->state; in dfltcc_inflate_disable()73 struct inflate_state *state = (struct inflate_state *)strm->state; in dfltcc_xpnd()93 struct inflate_state *state = (struct inflate_state *)strm->state; in dfltcc_inflate()
35 struct inflate_state *state; in zlib_inflateReset()38 state = (struct inflate_state *)strm->state; in zlib_inflateReset()61 struct inflate_state *state; in zlib_inflateInit2()66 state = &WS(strm)->inflate_state; in zlib_inflateInit2()97 static void zlib_fixedtables(struct inflate_state *state) in zlib_fixedtables()122 struct inflate_state *state; in zlib_updatewindow()125 state = (struct inflate_state *)strm->state; in zlib_updatewindow()167 struct inflate_state *state; in zlib_inflateSyncPacket()170 state = (struct inflate_state *)strm->state; in zlib_inflateSyncPacket()333 struct inflate_state *state; in zlib_inflate()[all …]
23 struct inflate_state inflate_state; member
69 struct inflate_state *state; in inflate_fast()96 state = (struct inflate_state *)strm->state; in inflate_fast()
74 struct inflate_state { struct
35 struct inflate_state state; in __inflate_kernel_data()50 WS(strm)->inflate_state.wsize = 0; in __inflate_kernel_data()51 WS(strm)->inflate_state.window = NULL; in __inflate_kernel_data()
87 sizeof(struct inflate_state)); in __gunzip()139 WS(strm)->inflate_state.wsize = 0; in __gunzip()140 WS(strm)->inflate_state.window = NULL; in __gunzip()