Lines Matching refs:FAR
26 unsigned char FAR *window, const char *version, in inflateBackInit_()
28 struct inflate_state FAR *state; in inflateBackInit_()
51 state = (struct inflate_state FAR *)ZALLOC(strm, 1, in inflateBackInit_()
55 strm->state = (struct internal_state FAR *)state; in inflateBackInit_()
76 local void fixedtables(struct inflate_state FAR *state) { in fixedtables()
242 int ZEXPORT inflateBack(z_streamp strm, in_func in, void FAR *in_desc, in inflateBack()
243 out_func out, void FAR *out_desc) { in inflateBack()
244 struct inflate_state FAR *state; in inflateBack()
245 z_const unsigned char FAR *next; /* next input */ in inflateBack()
246 unsigned char FAR *put; /* next output */ in inflateBack()
251 unsigned char FAR *from; /* where to copy match bytes from */ in inflateBack()
262 state = (struct inflate_state FAR *)strm->state; in inflateBack()
385 state->lencode = (code const FAR *)(state->next); in inflateBack()
475 state->lencode = (code const FAR *)(state->next); in inflateBack()
488 state->distcode = (code const FAR *)(state->next); in inflateBack()