• Home
  • Raw
  • Download

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;
148 struct inflate_state FAR *state;
151 state = (struct inflate_state FAR *)strm->state;
163 struct inflate_state FAR *state;
167 state = (struct inflate_state FAR *)strm->state;
203 struct inflate_state FAR *state;
224 state = (struct inflate_state FAR *)
225 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;
638 struct inflate_state FAR *state;
661 state = (struct inflate_state FAR *)strm->state;
1302 struct inflate_state FAR *state;
1305 state = (struct inflate_state FAR *)strm->state;
1318 struct inflate_state FAR *state;
1322 state = (struct inflate_state FAR *)strm->state;
1341 struct inflate_state FAR *state;
1347 state = (struct inflate_state FAR *)strm->state;
1375 struct inflate_state FAR *state;
1379 state = (struct inflate_state FAR *)strm->state;
1428 struct inflate_state FAR *state;
1432 state = (struct inflate_state FAR *)strm->state;
1476 struct inflate_state FAR *state;
1479 state = (struct inflate_state FAR *)strm->state;
1487 struct inflate_state FAR *state;
1488 struct inflate_state FAR *copy;
1495 state = (struct inflate_state FAR *)source->state;
1498 copy = (struct inflate_state FAR *)
1499 ZALLOC(source, 1, sizeof(struct inflate_state));
1513 zmemcpy((voidpf)copy, (voidpf)state, sizeof(struct inflate_state));
1534 struct inflate_state FAR *state;
1537 state = (struct inflate_state FAR *)strm->state;
1552 struct inflate_state FAR *state;
1555 state = (struct inflate_state FAR *)strm->state;
1566 struct inflate_state FAR *state;
1570 state = (struct inflate_state FAR *)strm->state;
1579 struct inflate_state FAR *state;
1581 state = (struct inflate_state FAR *)strm->state;