Lines Matching full:far
5 local void fixedtables OF((struct inflate_state FAR *state));
10 struct inflate_state FAR *state; in inflateReset()
13 state = (struct inflate_state FAR *)strm->state; in inflateReset()
36 struct inflate_state FAR *state; in inflateInit2_()
48 state = (struct inflate_state FAR *) in inflateInit2_()
52 strm->state = (struct internal_state FAR *)state; in inflateInit2_()
78 local void fixedtables(struct inflate_state FAR *state) in fixedtables()
102 struct inflate_state FAR *state; in updatewindow()
105 state = (struct inflate_state FAR *)strm->state; in updatewindow()
109 state->window = (unsigned char FAR *) in updatewindow()
330 struct inflate_state FAR *state; in inflate()
331 unsigned char FAR *next; /* next input */ in inflate()
332 unsigned char FAR *put; /* next output */ in inflate()
338 unsigned char FAR *from; /* where to copy match bytes from */ in inflate()
353 state = (struct inflate_state FAR *)strm->state; in inflate()
637 state->lencode = (code const FAR *)(state->next); in inflate()
703 state->lencode = (code const FAR *)(state->next); in inflate()
712 state->distcode = (code const FAR *)(state->next); in inflate()
808 strm->msg = (char *)"invalid distance too far back"; in inflate()
814 strm->msg = (char *)"invalid distance too far back"; in inflate()
931 struct inflate_state FAR *state; in inflateEnd()
934 state = (struct inflate_state FAR *)strm->state; in inflateEnd()