Lines Matching refs:inflate_state

95 local void fixedtables OF((struct inflate_state FAR *state));
106 struct inflate_state FAR *state;
109 state = (struct inflate_state FAR *)strm->state;
135 struct inflate_state FAR *state;
139 state = (struct inflate_state FAR *)strm->state;
175 struct inflate_state FAR *state;
187 state = (struct inflate_state FAR *)
188 ZALLOC(strm, 1, sizeof(struct inflate_state));
214 struct inflate_state FAR *state;
217 state = (struct inflate_state FAR *)strm->state;
241 struct inflate_state FAR *state; in fixedtables()
307 struct inflate_state state; in makefixed()
362 struct inflate_state FAR *state;
365 state = (struct inflate_state FAR *)strm->state;
593 struct inflate_state FAR *state;
616 state = (struct inflate_state FAR *)strm->state;
1241 struct inflate_state FAR *state;
1244 state = (struct inflate_state FAR *)strm->state;
1257 struct inflate_state FAR *state;
1262 state = (struct inflate_state FAR *)strm->state;
1298 struct inflate_state FAR *state;
1302 state = (struct inflate_state FAR *)strm->state;
1351 struct inflate_state FAR *state;
1355 state = (struct inflate_state FAR *)strm->state;
1399 struct inflate_state FAR *state;
1402 state = (struct inflate_state FAR *)strm->state;
1410 struct inflate_state FAR *state;
1411 struct inflate_state FAR *copy;
1419 state = (struct inflate_state FAR *)source->state;
1422 copy = (struct inflate_state FAR *)
1423 ZALLOC(source, 1, sizeof(struct inflate_state));
1437 zmemcpy(copy, state, sizeof(struct inflate_state));
1457 struct inflate_state FAR *state;
1460 state = (struct inflate_state FAR *)strm->state;
1473 struct inflate_state FAR *state;
1477 state = (struct inflate_state FAR *)strm->state;