Lines Matching refs:inflate_state

97 local void fixedtables OF((struct inflate_state FAR *state));
109 struct inflate_state FAR *state;
113 state = (struct inflate_state FAR *)strm->state;
123 struct inflate_state FAR *state;
126 state = (struct inflate_state FAR *)strm->state;
149 struct inflate_state FAR *state;
152 state = (struct inflate_state FAR *)strm->state;
164 struct inflate_state FAR *state;
168 state = (struct inflate_state FAR *)strm->state;
204 struct inflate_state FAR *state;
225 state = (struct inflate_state FAR *)
226 ZALLOC(strm, 1, sizeof(struct inflate_state));
254 struct inflate_state FAR *state;
257 state = (struct inflate_state FAR *)strm->state;
281 struct inflate_state FAR *state; in fixedtables()
347 struct inflate_state state; in makefixed()
403 struct inflate_state FAR *state;
406 state = (struct inflate_state FAR *)strm->state;
628 struct inflate_state FAR *state;
651 state = (struct inflate_state FAR *)strm->state;
1305 struct inflate_state FAR *state;
1308 state = (struct inflate_state FAR *)strm->state;
1321 struct inflate_state FAR *state;
1325 state = (struct inflate_state FAR *)strm->state;
1344 struct inflate_state FAR *state;
1350 state = (struct inflate_state FAR *)strm->state;
1378 struct inflate_state FAR *state;
1382 state = (struct inflate_state FAR *)strm->state;
1432 struct inflate_state FAR *state;
1436 state = (struct inflate_state FAR *)strm->state;
1486 struct inflate_state FAR *state;
1489 state = (struct inflate_state FAR *)strm->state;
1497 struct inflate_state FAR *state;
1498 struct inflate_state FAR *copy;
1505 state = (struct inflate_state FAR *)source->state;
1508 copy = (struct inflate_state FAR *)
1509 ZALLOC(source, 1, sizeof(struct inflate_state));
1523 zmemcpy((voidpf)copy, (voidpf)state, sizeof(struct inflate_state));
1544 struct inflate_state FAR *state;
1547 state = (struct inflate_state FAR *)strm->state;
1562 struct inflate_state FAR *state;
1565 state = (struct inflate_state FAR *)strm->state;
1576 struct inflate_state FAR *state;
1580 state = (struct inflate_state FAR *)strm->state;
1589 struct inflate_state FAR *state;
1591 state = (struct inflate_state FAR *)strm->state;