Lines Matching refs:FAR

50  * - Add FAR to lcode and dcode declarations in inflate_fast()

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;
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 *)
191 strm->state = (struct internal_state FAR *)state;
214 struct inflate_state FAR *state;
217 state = (struct inflate_state FAR *)strm->state;
241 struct inflate_state FAR *state;
362 struct inflate_state FAR *state;
365 state = (struct inflate_state FAR *)strm->state;
369 state->window = (unsigned char FAR *)
593 struct inflate_state FAR *state;
594 unsigned char FAR *next; /* next input */
595 unsigned char FAR *put; /* next output */
601 unsigned char FAR *from; /* where to copy match bytes from */
616 state = (struct inflate_state FAR *)strm->state;
908 state->lencode = (code const FAR *)(state->next);
983 state->lencode = (code const FAR *)(state->next);
992 state->distcode = (code const FAR *)(state->next);
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;
1323 unsigned FAR *have;
1324 unsigned char FAR *buf;
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;
1412 unsigned char FAR *window;
1419 state = (struct inflate_state FAR *)source->state;
1422 copy = (struct inflate_state FAR *)
1427 window = (unsigned char FAR *)
1449 dest->state = (struct internal_state FAR *)copy;
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;