Lines Matching refs:FAR
95 local void fixedtables OF((struct inflate_state FAR *state));
100 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf,
106 struct inflate_state FAR *state;
109 state = (struct inflate_state FAR *)strm->state;
131 struct inflate_state FAR *state;
134 state = (struct inflate_state FAR *)strm->state;
146 struct inflate_state FAR *state;
150 state = (struct inflate_state FAR *)strm->state;
186 struct inflate_state FAR *state;
207 state = (struct inflate_state FAR *)
211 strm->state = (struct internal_state FAR *)state;
234 struct inflate_state FAR *state;
237 state = (struct inflate_state FAR *)strm->state;
261 struct inflate_state FAR *state; in fixedtables()
382 struct inflate_state FAR *state;
385 state = (struct inflate_state FAR *)strm->state;
389 state->window = (unsigned char FAR *)
608 struct inflate_state FAR *state;
609 unsigned char FAR *next; /* next input */
610 unsigned char FAR *put; /* next output */
616 unsigned char FAR *from; /* where to copy match bytes from */
631 state = (struct inflate_state FAR *)strm->state;
923 state->lencode = (code const FAR *)(state->next);
997 state->lencode = (code const FAR *)(state->next);
1006 state->distcode = (code const FAR *)(state->next);
1256 struct inflate_state FAR *state;
1259 state = (struct inflate_state FAR *)strm->state;
1272 struct inflate_state FAR *state;
1280 state = (struct inflate_state FAR *)strm->state;
1314 struct inflate_state FAR *state;
1318 state = (struct inflate_state FAR *)strm->state;
1339 unsigned FAR *have; in syncsearch()
1340 unsigned char FAR *buf;
1367 struct inflate_state FAR *state;
1371 state = (struct inflate_state FAR *)strm->state;
1415 struct inflate_state FAR *state;
1418 state = (struct inflate_state FAR *)strm->state;
1426 struct inflate_state FAR *state;
1427 struct inflate_state FAR *copy;
1428 unsigned char FAR *window;
1435 state = (struct inflate_state FAR *)source->state;
1438 copy = (struct inflate_state FAR *)
1443 window = (unsigned char FAR *)
1465 dest->state = (struct internal_state FAR *)copy;
1473 struct inflate_state FAR *state;
1476 state = (struct inflate_state FAR *)strm->state;
1489 struct inflate_state FAR *state;
1492 state = (struct inflate_state FAR *)strm->state;