Home | History | Annotate | Download | only in net

Lines Matching refs:FAR

97 typedef uch FAR uchf;
99 typedef ush FAR ushf;
345 } FAR ct_data;
358 } FAR tree_desc;
361 typedef Pos FAR Posf;
536 } FAR deflate_state;
856 strm->state = (struct internal_state FAR *)s;
1357 int best_len = s->prev_length; /* best match length so far */
3329 typedef struct inflate_blocks_state FAR inflate_blocks_statef;
3456 if ((z->state = (struct internal_state FAR *)
3784 typedef struct inflate_huft_s FAR inflate_huft;
3808 inflate_huft * FAR *, /* bits tree result */
3818 inflate_huft * FAR *, /* literal/length tree result */
3819 inflate_huft * FAR *, /* distance tree result */
3826 inflate_huft * FAR *, /* literal/length tree result */
3827 inflate_huft * FAR *, /* distance tree result */
3844 typedef struct inflate_codes_state FAR inflate_codes_statef;
4457 inflate_huft * FAR*,/* result: starting table */
4521 inflate_huft * FAR *t, /* result: starting table */
4721 inflate_huft * FAR *tb, /* bits tree result */
4750 inflate_huft * FAR *tl, /* literal/length tree result */
4751 inflate_huft * FAR *td, /* distance tree result */
4979 inflate_huft * FAR *tl, /* literal/length tree result */
4980 inflate_huft * FAR *td, /* distance tree result */
5342 /* compute number of bytes to copy as far as end of window */
5355 /* copy as far as end of window */