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;
133 struct inflate_state FAR *state;
136 state = (struct inflate_state FAR *)strm->state;
150 struct inflate_state FAR *state;
162 state = (struct inflate_state FAR *)
163 ZALLOC(strm, 1, sizeof(struct inflate_state));
206 struct inflate_state FAR *state;
272 struct inflate_state state;
327 struct inflate_state FAR *state;
330 state = (struct inflate_state FAR *)strm->state;
558 struct inflate_state FAR *state;
581 state = (struct inflate_state FAR *)strm->state;
1158 struct inflate_state FAR *state;
1161 state = (struct inflate_state FAR *)strm->state;
1174 struct inflate_state FAR *state;
1179 state = (struct inflate_state FAR *)strm->state;
1215 struct inflate_state FAR *state;
1219 state = (struct inflate_state FAR *)strm->state;
1268 struct inflate_state FAR *state;
1272 state = (struct inflate_state FAR *)strm->state;
1316 struct inflate_state FAR *state;
1319 state = (struct inflate_state FAR *)strm->state;
1327 struct inflate_state FAR *state;
1328 struct inflate_state FAR *copy;
1336 state = (struct inflate_state FAR *)source->state;
1339 copy = (struct inflate_state FAR *)
1340 ZALLOC(source, 1, sizeof(struct inflate_state));
1354 zmemcpy(copy, state, sizeof(struct inflate_state));