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));
96 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
101 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf,
107 struct inflate_state FAR *state;
110 state = (struct inflate_state FAR *)strm->state;
132 struct inflate_state FAR *state;
135 state = (struct inflate_state FAR *)strm->state;
147 struct inflate_state FAR *state;
151 state = (struct inflate_state FAR *)strm->state;
187 struct inflate_state FAR *state;
208 state = (struct inflate_state FAR *)
212 strm->state = (struct internal_state FAR *)state;
235 struct inflate_state FAR *state;
238 state = (struct inflate_state FAR *)strm->state;
262 struct inflate_state FAR *state;
384 struct inflate_state FAR *state;
387 state = (struct inflate_state FAR *)strm->state;
391 state->window = (unsigned char FAR *)
609 struct inflate_state FAR *state;
610 z_const unsigned char FAR *next; /* next input */
611 unsigned char FAR *put; /* next output */
617 unsigned char FAR *from; /* where to copy match bytes from */
632 state = (struct inflate_state FAR *)strm->state;
924 state->lencode = (const code FAR *)(state->next);
998 state->lencode = (const code FAR *)(state->next);
1007 state->distcode = (const code FAR *)(state->next);
1257 struct inflate_state FAR *state;
1260 state = (struct inflate_state FAR *)strm->state;
1273 struct inflate_state FAR *state;
1277 state = (struct inflate_state FAR *)strm->state;
1296 struct inflate_state FAR *state;
1302 state = (struct inflate_state FAR *)strm->state;
1330 struct inflate_state FAR *state;
1334 state = (struct inflate_state FAR *)strm->state;
1355 unsigned FAR *have;
1356 const unsigned char FAR *buf;
1383 struct inflate_state FAR *state;
1387 state = (struct inflate_state FAR *)strm->state;
1431 struct inflate_state FAR *state;
1434 state = (struct inflate_state FAR *)strm->state;
1442 struct inflate_state FAR *state;
1443 struct inflate_state FAR *copy;
1444 unsigned char FAR *window;
1451 state = (struct inflate_state FAR *)source->state;
1454 copy = (struct inflate_state FAR *)
1459 window = (unsigned char FAR *)
1481 dest->state = (struct internal_state FAR *)copy;
1489 struct inflate_state FAR *state;
1492 state = (struct inflate_state FAR *)strm->state;
1505 struct inflate_state FAR *state;
1508 state = (struct inflate_state FAR *)strm->state;