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));
253 struct inflate_state FAR *state;
256 state = (struct inflate_state FAR *)strm->state;
280 struct inflate_state FAR *state; in fixedtables()
346 struct inflate_state state; in makefixed()
402 struct inflate_state FAR *state;
405 state = (struct inflate_state FAR *)strm->state;
627 struct inflate_state FAR *state;
650 state = (struct inflate_state FAR *)strm->state;
1282 struct inflate_state FAR *state;
1285 state = (struct inflate_state FAR *)strm->state;
1298 struct inflate_state FAR *state;
1302 state = (struct inflate_state FAR *)strm->state;
1321 struct inflate_state FAR *state;
1327 state = (struct inflate_state FAR *)strm->state;
1355 struct inflate_state FAR *state;
1359 state = (struct inflate_state FAR *)strm->state;
1408 struct inflate_state FAR *state;
1412 state = (struct inflate_state FAR *)strm->state;
1456 struct inflate_state FAR *state;
1459 state = (struct inflate_state FAR *)strm->state;
1467 struct inflate_state FAR *state;
1468 struct inflate_state FAR *copy;
1475 state = (struct inflate_state FAR *)source->state;
1478 copy = (struct inflate_state FAR *)
1479 ZALLOC(source, 1, sizeof(struct inflate_state));
1493 zmemcpy((voidpf)copy, (voidpf)state, sizeof(struct inflate_state));
1514 struct inflate_state FAR *state;
1517 state = (struct inflate_state FAR *)strm->state;
1532 struct inflate_state FAR *state;
1535 state = (struct inflate_state FAR *)strm->state;
1546 struct inflate_state FAR *state;
1550 state = (struct inflate_state FAR *)strm->state;
1559 struct inflate_state FAR *state;
1561 state = (struct inflate_state FAR *)strm->state;