Searched refs:inflate_state (Results 1 – 4 of 4) 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()51 struct inflate_state *state;54 state = (struct inflate_state *)strm->state;65 struct inflate_state *state; in zlib_inflateInit2()70 state = &WS(strm)->inflate_state; in zlib_inflateInit2()93 static void zlib_fixedtables(struct inflate_state *state) in zlib_fixedtables()118 struct inflate_state *state; in zlib_updatewindow()121 state = (struct inflate_state *)strm->state; in zlib_updatewindow()163 struct inflate_state *state; in zlib_inflateSyncPacket()[all …]
69 struct inflate_state { struct
71 struct inflate_state *state; in inflate_fast()98 state = (struct inflate_state *)strm->state; in inflate_fast()