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()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 …]
72 struct inflate_state { struct
90 struct inflate_state *state; in inflate_fast()117 state = (struct inflate_state *)strm->state; in inflate_fast()
76 sizeof(struct inflate_state)); in gunzip()124 WS(strm)->inflate_state.wsize = 0; in gunzip()125 WS(strm)->inflate_state.window = NULL; in gunzip()