Home | History | Annotate | Download | only in zlib

Lines Matching refs:FAR

28                              unsigned char FAR *window, const char *version,
30 struct inflate_state FAR *state;
53 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
57 strm->state = (struct internal_state FAR *)state;
78 local void fixedtables(struct inflate_state FAR *state) {
244 int ZEXPORT inflateBack(z_streamp strm, in_func in, void FAR *in_desc,
245 out_func out, void FAR *out_desc) {
246 struct inflate_state FAR *state;
247 z_const unsigned char FAR *next; /* next input */
248 unsigned char FAR *put; /* next output */
253 unsigned char FAR *from; /* where to copy match bytes from */
264 state = (struct inflate_state FAR *)strm->state;
375 state->lencode = (code const FAR *)(state->next);
449 state->lencode = (code const FAR
458 state->distcode = (code const FAR *)(state->next);
569 strm->msg = __UNCONST("invalid distance too far back");