Home | History | Annotate | Download | only in zlib

Lines Matching refs:FAR

52  * - Add FAR to lcode and dcode declarations in inflate_fast()
97 struct inflate_state FAR *state;
101 state = (struct inflate_state FAR *)strm->state;
109 struct inflate_state FAR *state;
112 state = (struct inflate_state FAR *)strm->state;
133 struct inflate_state FAR *state;
136 state = (struct inflate_state FAR *)strm->state;
145 struct inflate_state FAR *state;
149 state = (struct inflate_state FAR *)strm->state;
183 struct inflate_state FAR *state;
204 state = (struct inflate_state FAR *)
208 strm->state = (struct internal_state FAR *)state;
226 struct inflate_state FAR *state;
231 state = (struct inflate_state FAR *)strm->state;
254 local void fixedtables(struct inflate_state FAR *state) {
371 struct inflate_state FAR *state;
374 state = (struct inflate_state FAR *)strm->state;
378 state->window = (unsigned char FAR *)
593 struct inflate_state FAR *state;
594 z_const unsigned char FAR *next; /* next input */
595 unsigned char FAR *put; /* next output */
601 unsigned char FAR *from; /* where to copy match bytes from */
623 state = (struct inflate_state FAR *)strm->state;
935 state->lencode = (const code FAR *)(state->next);
1010 state->lencode = (const code FAR *)(state->next);
1019 state->distcode = (const code FAR *)(state->next);
1133 strm->msg = __UNCONST("invalid distance too far back");
1148 strm->msg = __UNCONST("invalid distance too far back");
1153 Trace((stderr, "inflate.c too far\n"));
1276 struct inflate_state FAR *state;
1279 state = (struct inflate_state FAR *)strm->state;
1289 struct inflate_state FAR *state;
1293 state = (struct inflate_state FAR *)strm->state;
1309 struct inflate_state FAR *state;
1315 state = (struct inflate_state FAR *)strm->state;
1340 struct inflate_state FAR *state;
1344 state = (struct inflate_state FAR *)strm->state;
1356 found in order so far, in 0..3. On return *have is updated to the new
1364 local unsigned syncsearch(unsigned FAR *have, const unsigned char FAR *buf,
1389 struct inflate_state FAR *state;
1393 state = (struct inflate_state FAR *)strm->state;
1441 struct inflate_state FAR *state;
1444 state = (struct inflate_state FAR *)strm->state;
1449 struct inflate_state FAR *state;
1450 struct inflate_state FAR *copy;
1451 unsigned char FAR *window;
1457 state = (struct inflate_state FAR *)source->state;
1460 copy = (struct inflate_state FAR *)
1465 window = (unsigned char FAR *)
1488 dest->state = (struct internal_state FAR *)copy;
1493 struct inflate_state FAR *state;
1496 state = (struct inflate_state FAR *)strm->state;
1508 struct inflate_state FAR *state;
1511 state = (struct inflate_state FAR *)strm->state;
1520 struct inflate_state FAR *state;
1524 state = (struct inflate_state FAR *)strm->state;
1531 struct inflate_state FAR *state;
1533 state = (struct inflate_state FAR *)strm->state;