Lines Matching refs:inflate_state
102 local void fixedtables OF((struct inflate_state FAR *state));
113 struct inflate_state FAR *state;
116 state = (struct inflate_state FAR *)strm->state;
140 struct inflate_state FAR *state;
143 state = (struct inflate_state FAR *)strm->state;
157 struct inflate_state FAR *state;
169 state = (struct inflate_state FAR *)
170 ZALLOC(strm, 1, sizeof(struct inflate_state));
213 struct inflate_state FAR *state; in fixedtables()
279 struct inflate_state state; in makefixed()
334 struct inflate_state FAR *state;
337 state = (struct inflate_state FAR *)strm->state;
565 struct inflate_state FAR *state;
588 state = (struct inflate_state FAR *)strm->state;
1185 struct inflate_state FAR *state;
1188 state = (struct inflate_state FAR *)strm->state;
1201 struct inflate_state FAR *state;
1206 state = (struct inflate_state FAR *)strm->state;
1242 struct inflate_state FAR *state;
1246 state = (struct inflate_state FAR *)strm->state;
1295 struct inflate_state FAR *state;
1299 state = (struct inflate_state FAR *)strm->state;
1343 struct inflate_state FAR *state;
1346 state = (struct inflate_state FAR *)strm->state;
1354 struct inflate_state FAR *state;
1355 struct inflate_state FAR *copy;
1363 state = (struct inflate_state FAR *)source->state;
1366 copy = (struct inflate_state FAR *)
1367 ZALLOC(source, 1, sizeof(struct inflate_state));
1381 zmemcpy(copy, state, sizeof(struct inflate_state));