Lines Matching refs:inflate_state
95 local void fixedtables OF((struct inflate_state FAR *state));
107 struct inflate_state FAR *state; in inflateResetKeep()
110 state = (struct inflate_state FAR *)strm->state; in inflateResetKeep()
132 struct inflate_state FAR *state; in inflateReset()
135 state = (struct inflate_state FAR *)strm->state; in inflateReset()
147 struct inflate_state FAR *state; in inflateReset2()
151 state = (struct inflate_state FAR *)strm->state; in inflateReset2()
187 struct inflate_state FAR *state; in inflateInit2_()
208 state = (struct inflate_state FAR *) in inflateInit2_()
209 ZALLOC(strm, 1, sizeof(struct inflate_state)); in inflateInit2_()
235 struct inflate_state FAR *state; in inflatePrime()
238 state = (struct inflate_state FAR *)strm->state; in inflatePrime()
262 struct inflate_state FAR *state) in fixedtables()
328 struct inflate_state state; in makefixed()
384 struct inflate_state FAR *state; in updatewindow()
387 state = (struct inflate_state FAR *)strm->state; in updatewindow()
609 struct inflate_state FAR *state; in inflate()
632 state = (struct inflate_state FAR *)strm->state; in inflate()
1257 struct inflate_state FAR *state; in inflateEnd()
1260 state = (struct inflate_state FAR *)strm->state; in inflateEnd()
1273 struct inflate_state FAR *state; in inflateGetDictionary()
1277 state = (struct inflate_state FAR *)strm->state; in inflateGetDictionary()
1296 struct inflate_state FAR *state; in inflateSetDictionary()
1303 state = (struct inflate_state FAR *)strm->state; in inflateSetDictionary()
1331 struct inflate_state FAR *state; in inflateGetHeader()
1335 state = (struct inflate_state FAR *)strm->state; in inflateGetHeader()
1384 struct inflate_state FAR *state; in inflateSync()
1388 state = (struct inflate_state FAR *)strm->state; in inflateSync()
1432 struct inflate_state FAR *state; in inflateSyncPoint()
1435 state = (struct inflate_state FAR *)strm->state; in inflateSyncPoint()
1443 struct inflate_state FAR *state; in inflateCopy()
1444 struct inflate_state FAR *copy; in inflateCopy()
1452 state = (struct inflate_state FAR *)source->state; in inflateCopy()
1455 copy = (struct inflate_state FAR *) in inflateCopy()
1456 ZALLOC(source, 1, sizeof(struct inflate_state)); in inflateCopy()
1470 zmemcpy((voidpf)copy, (voidpf)state, sizeof(struct inflate_state)); in inflateCopy()
1490 struct inflate_state FAR *state; in inflateUndermine()
1493 state = (struct inflate_state FAR *)strm->state; in inflateUndermine()
1506 struct inflate_state FAR *state; in inflateMark()
1509 state = (struct inflate_state FAR *)strm->state; in inflateMark()