Lines Matching refs:FAR
47 local void fixedtables OF((struct inflate_state FAR *state));
57 inflateBackInit_(z_streamp strm, int windowBits, unsigned char FAR *window, in inflateBackInit_()
60 struct inflate_state FAR *state; in inflateBackInit_()
76 state = (struct inflate_state FAR *)ZALLOC(strm, 1, in inflateBackInit_()
80 strm->state = (struct internal_state FAR *)state; in inflateBackInit_()
101 fixedtables(struct inflate_state FAR *state) in fixedtables()
269 inflateBack(z_streamp strm, in_func in, void FAR *in_desc, out_func out, in inflateBack()
270 void FAR *out_desc) in inflateBack()
272 struct inflate_state FAR *state; in inflateBack()
273 unsigned char FAR *next; /* next input */ in inflateBack()
274 unsigned char FAR *put; /* next output */ in inflateBack()
279 unsigned char FAR *from; /* where to copy match bytes from */ in inflateBack()
290 state = (struct inflate_state FAR *)strm->state; in inflateBack()
401 state->lencode = (code const FAR *)(state->next); in inflateBack()
467 state->lencode = (code const FAR *)(state->next); in inflateBack()
476 state->distcode = (code const FAR *)(state->next); in inflateBack()