Lines Matching refs:inflate_state
96 local void fixedtables OF((struct inflate_state FAR *state));
108 struct inflate_state FAR *state;
112 state = (struct inflate_state FAR *)strm->state;
122 struct inflate_state FAR *state;
125 state = (struct inflate_state FAR *)strm->state;
147 struct inflate_state FAR *state;
150 state = (struct inflate_state FAR *)strm->state;
162 struct inflate_state FAR *state;
166 state = (struct inflate_state FAR *)strm->state;
202 struct inflate_state FAR *state;
223 state = (struct inflate_state FAR *)
224 ZALLOC(strm, 1, sizeof(struct inflate_state));
252 struct inflate_state FAR *state;
255 state = (struct inflate_state FAR *)strm->state;
279 struct inflate_state FAR *state; in fixedtables()
345 struct inflate_state state; in makefixed()
401 struct inflate_state FAR *state;
404 state = (struct inflate_state FAR *)strm->state;
626 struct inflate_state FAR *state;
649 state = (struct inflate_state FAR *)strm->state;
1280 struct inflate_state FAR *state;
1283 state = (struct inflate_state FAR *)strm->state;
1296 struct inflate_state FAR *state;
1300 state = (struct inflate_state FAR *)strm->state;
1319 struct inflate_state FAR *state;
1325 state = (struct inflate_state FAR *)strm->state;
1353 struct inflate_state FAR *state;
1357 state = (struct inflate_state FAR *)strm->state;
1406 struct inflate_state FAR *state;
1410 state = (struct inflate_state FAR *)strm->state;
1454 struct inflate_state FAR *state;
1457 state = (struct inflate_state FAR *)strm->state;
1465 struct inflate_state FAR *state;
1466 struct inflate_state FAR *copy;
1473 state = (struct inflate_state FAR *)source->state;
1476 copy = (struct inflate_state FAR *)
1477 ZALLOC(source, 1, sizeof(struct inflate_state));
1491 zmemcpy((voidpf)copy, (voidpf)state, sizeof(struct inflate_state));
1512 struct inflate_state FAR *state;
1515 state = (struct inflate_state FAR *)strm->state;
1530 struct inflate_state FAR *state;
1533 state = (struct inflate_state FAR *)strm->state;
1544 struct inflate_state FAR *state;
1548 state = (struct inflate_state FAR *)strm->state;
1557 struct inflate_state FAR *state;
1559 state = (struct inflate_state FAR *)strm->state;