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));
226 struct inflate_state FAR *state;
231 state = (struct inflate_state FAR *)strm->state;
254 local void fixedtables(struct inflate_state FAR *state) {
319 struct inflate_state state;
371 struct inflate_state FAR *state;
374 state = (struct inflate_state FAR *)strm->state;
603 struct inflate_state FAR *state;
626 state = (struct inflate_state FAR *)strm->state;
1302 struct inflate_state FAR *state;
1305 state = (struct inflate_state FAR *)strm->state;
1315 struct inflate_state FAR *state;
1319 state = (struct inflate_state FAR *)strm->state;
1335 struct inflate_state FAR *state;
1341 state = (struct inflate_state FAR *)strm->state;
1366 struct inflate_state FAR *state;
1370 state = (struct inflate_state FAR *)strm->state;
1415 struct inflate_state FAR *state;
1419 state = (struct inflate_state FAR *)strm->state;
1467 struct inflate_state FAR *state;
1470 state = (struct inflate_state FAR *)strm->state;
1475 struct inflate_state FAR *state;
1476 struct inflate_state FAR *copy;
1483 state = (struct inflate_state FAR *)source->state;
1486 copy = (struct inflate_state FAR *)
1487 ZALLOC(source, 1, sizeof(struct inflate_state));
1502 zmemcpy((voidpf)copy, (voidpf)state, sizeof(struct inflate_state));
1520 struct inflate_state FAR *state;
1523 state = (struct inflate_state FAR *)strm->state;
1535 struct inflate_state FAR *state;
1538 state = (struct inflate_state FAR *)strm->state;
1547 struct inflate_state FAR *state;
1551 state = (struct inflate_state FAR *)strm->state;
1558 struct inflate_state FAR *state;
1560 state = (struct inflate_state FAR *)strm->state;