Lines Matching refs:inflate_state
96 struct inflate_state FAR *state;
100 state = (struct inflate_state FAR *)strm->state;
108 struct inflate_state FAR *state;
111 state = (struct inflate_state FAR *)strm->state;
132 struct inflate_state FAR *state;
135 state = (struct inflate_state FAR *)strm->state;
144 struct inflate_state FAR *state;
148 state = (struct inflate_state FAR *)strm->state;
182 struct inflate_state FAR *state;
203 state = (struct inflate_state FAR *)
204 ZALLOC(strm, 1, sizeof(struct inflate_state));
225 struct inflate_state FAR *state;
232 state = (struct inflate_state FAR *)strm->state;
258 local void fixedtables(struct inflate_state FAR *state) {
323 struct inflate_state state;
382 struct inflate_state FAR *state;
385 state = (struct inflate_state FAR *)strm->state;
604 struct inflate_state FAR *state;
630 state = (struct inflate_state FAR *)strm->state;
1387 struct inflate_state FAR *state;
1392 state = (struct inflate_state FAR *)strm->state;
1405 struct inflate_state FAR *state;
1412 state = (struct inflate_state FAR *)strm->state;
1428 struct inflate_state FAR *state;
1437 state = (struct inflate_state FAR *)strm->state;
1466 struct inflate_state FAR *state;
1473 state = (struct inflate_state FAR *)strm->state;
1527 struct inflate_state FAR *state;
1534 state = (struct inflate_state FAR *)strm->state;
1592 struct inflate_state FAR *state;
1598 state = (struct inflate_state FAR *)strm->state;
1603 struct inflate_state FAR *state;
1604 struct inflate_state FAR *copy;
1613 state = (struct inflate_state FAR *)source->state;
1616 copy = (struct inflate_state FAR *)
1617 ZALLOC(source, 1, sizeof(struct inflate_state));
1634 zmemcpy((voidpf)copy, (voidpf)state, sizeof(struct inflate_state));
1652 struct inflate_state FAR *state;
1658 state = (struct inflate_state FAR *)strm->state;
1670 struct inflate_state FAR *state;
1676 state = (struct inflate_state FAR *)strm->state;
1689 struct inflate_state FAR *state;
1695 state = (struct inflate_state FAR *)strm->state;
1702 struct inflate_state FAR *state;
1707 state = (struct inflate_state FAR *)strm->state;