Lines Matching refs:inflate_state
95 struct inflate_state FAR *state;
99 state = (struct inflate_state FAR *)strm->state;
107 struct inflate_state FAR *state;
110 state = (struct inflate_state FAR *)strm->state;
131 struct inflate_state FAR *state;
134 state = (struct inflate_state FAR *)strm->state;
143 struct inflate_state FAR *state;
147 state = (struct inflate_state FAR *)strm->state;
181 struct inflate_state FAR *state;
202 state = (struct inflate_state FAR *)
203 ZALLOC(strm, 1, sizeof(struct inflate_state));
225 struct inflate_state FAR *state;
230 state = (struct inflate_state FAR *)strm->state;
253 local void fixedtables(struct inflate_state FAR *state) {
318 struct inflate_state state;
370 struct inflate_state FAR *state;
373 state = (struct inflate_state FAR *)strm->state;
592 struct inflate_state FAR *state;
615 state = (struct inflate_state FAR *)strm->state;
1269 struct inflate_state FAR *state;
1272 state = (struct inflate_state FAR *)strm->state;
1282 struct inflate_state FAR *state;
1286 state = (struct inflate_state FAR *)strm->state;
1302 struct inflate_state FAR *state;
1308 state = (struct inflate_state FAR *)strm->state;
1333 struct inflate_state FAR *state;
1337 state = (struct inflate_state FAR *)strm->state;
1382 struct inflate_state FAR *state;
1386 state = (struct inflate_state FAR *)strm->state;
1434 struct inflate_state FAR *state;
1437 state = (struct inflate_state FAR *)strm->state;
1442 struct inflate_state FAR *state;
1443 struct inflate_state FAR *copy;
1450 state = (struct inflate_state FAR *)source->state;
1453 copy = (struct inflate_state FAR *)
1454 ZALLOC(source, 1, sizeof(struct inflate_state));
1468 zmemcpy((voidpf)copy, (voidpf)state, sizeof(struct inflate_state));
1486 struct inflate_state FAR *state;
1489 state = (struct inflate_state FAR *)strm->state;
1501 struct inflate_state FAR *state;
1504 state = (struct inflate_state FAR *)strm->state;
1513 struct inflate_state FAR *state;
1517 state = (struct inflate_state FAR *)strm->state;
1524 struct inflate_state FAR *state;
1526 state = (struct inflate_state FAR *)strm->state;