FAR                20 lib/zlib/contrib/infback9/infback9.c z_stream FAR *strm;
FAR                21 lib/zlib/contrib/infback9/infback9.c unsigned char FAR *window;
FAR                25 lib/zlib/contrib/infback9/infback9.c     struct inflate_state FAR *state;
FAR                38 lib/zlib/contrib/infback9/infback9.c     state = (struct inflate_state FAR *)ZALLOC(strm, 1,
FAR               218 lib/zlib/contrib/infback9/infback9.c z_stream FAR *strm;
FAR               220 lib/zlib/contrib/infback9/infback9.c void FAR *in_desc;
FAR               222 lib/zlib/contrib/infback9/infback9.c void FAR *out_desc;
FAR               224 lib/zlib/contrib/infback9/infback9.c     struct inflate_state FAR *state;
FAR               225 lib/zlib/contrib/infback9/infback9.c     unsigned char FAR *next;    /* next input */
FAR               226 lib/zlib/contrib/infback9/infback9.c     unsigned char FAR *put;     /* next output */
FAR               233 lib/zlib/contrib/infback9/infback9.c     unsigned char FAR *window;  /* allocated sliding window, if needed */
FAR               240 lib/zlib/contrib/infback9/infback9.c     unsigned char FAR *from;    /* where to copy match bytes from */
FAR               241 lib/zlib/contrib/infback9/infback9.c     code const FAR *lencode;    /* starting table for length/literal codes */
FAR               242 lib/zlib/contrib/infback9/infback9.c     code const FAR *distcode;   /* starting table for distance codes */
FAR               256 lib/zlib/contrib/infback9/infback9.c     state = (struct inflate_state FAR *)strm->state;
FAR               372 lib/zlib/contrib/infback9/infback9.c             lencode = (code const FAR *)(state->next);
FAR               438 lib/zlib/contrib/infback9/infback9.c             lencode = (code const FAR *)(state->next);
FAR               447 lib/zlib/contrib/infback9/infback9.c             distcode = (code const FAR *)(state->next);
FAR               600 lib/zlib/contrib/infback9/infback9.c z_stream FAR *strm;
FAR                23 lib/zlib/contrib/infback9/infback9.h ZEXTERN int ZEXPORT inflateBack9 OF((z_stream FAR *strm,
FAR                24 lib/zlib/contrib/infback9/infback9.h                                     in_func in, void FAR *in_desc,
FAR                25 lib/zlib/contrib/infback9/infback9.h                                     out_func out, void FAR *out_desc));
FAR                26 lib/zlib/contrib/infback9/infback9.h ZEXTERN int ZEXPORT inflateBack9End OF((z_stream FAR *strm));
FAR                27 lib/zlib/contrib/infback9/infback9.h ZEXTERN int ZEXPORT inflateBack9Init_ OF((z_stream FAR *strm,
FAR                28 lib/zlib/contrib/infback9/infback9.h                                          unsigned char FAR *window,
FAR                37 lib/zlib/contrib/infback9/inflate9.h     unsigned char FAR *window;  /* allocated sliding window, if needed */
FAR                43 lib/zlib/contrib/infback9/inflate9.h     code FAR *next;             /* next available space in codes[] */
FAR                34 lib/zlib/contrib/infback9/inftree9.c unsigned short FAR *lens;
FAR                36 lib/zlib/contrib/infback9/inftree9.c code FAR * FAR *table;
FAR                37 lib/zlib/contrib/infback9/inftree9.c unsigned FAR *bits;
FAR                38 lib/zlib/contrib/infback9/inftree9.c unsigned short FAR *work;
FAR                54 lib/zlib/contrib/infback9/inftree9.c     code FAR *next;             /* next available space in table */
FAR                55 lib/zlib/contrib/infback9/inftree9.c     const unsigned short FAR *base;     /* base value table to use */
FAR                56 lib/zlib/contrib/infback9/inftree9.c     const unsigned short FAR *extra;    /* extra bits table to use */
FAR                53 lib/zlib/contrib/infback9/inftree9.h extern int inflate_table9 OF((codetype type, unsigned short FAR *lens,
FAR                54 lib/zlib/contrib/infback9/inftree9.h                              unsigned codes, code FAR * FAR *table,
FAR                55 lib/zlib/contrib/infback9/inftree9.h                              unsigned FAR *bits, unsigned short FAR *work));
FAR                75 lib/zlib/contrib/inflate86/inffas86.c     struct inflate_state FAR *state;
FAR                81 lib/zlib/contrib/inflate86/inffas86.c /* 16    8 */ unsigned char FAR *in;    /* esi rsi  local strm->next_in */
FAR                82 lib/zlib/contrib/inflate86/inffas86.c /* 24   12 */ unsigned char FAR *last;  /*     r9   while in < last */
FAR                83 lib/zlib/contrib/inflate86/inffas86.c /* 32   16 */ unsigned char FAR *out;   /* edi rdi  local strm->next_out */
FAR                84 lib/zlib/contrib/inflate86/inffas86.c /* 40   20 */ unsigned char FAR *beg;   /*          inflate()'s init next_out */
FAR                85 lib/zlib/contrib/inflate86/inffas86.c /* 48   24 */ unsigned char FAR *end;   /*     r10  while out < end */
FAR                86 lib/zlib/contrib/inflate86/inffas86.c /* 56   28 */ unsigned char FAR *window;/*          size of window, wsize!=0 */
FAR                87 lib/zlib/contrib/inflate86/inffas86.c /* 64   32 */ code const FAR *lcode;    /* ebp rbp  local strm->lencode */
FAR                88 lib/zlib/contrib/inflate86/inffas86.c /* 72   36 */ code const FAR *dcode;    /*     r11  local strm->distcode */
FAR               109 lib/zlib/contrib/inflate86/inffas86.c     state = (struct inflate_state FAR *)strm->state;
FAR                86 lib/zlib/contrib/masmx64/inffas8664.c /* 16    8 */ unsigned char FAR *in;    /* esi rsi  local strm->next_in */
FAR                87 lib/zlib/contrib/masmx64/inffas8664.c /* 24   12 */ unsigned char FAR *last;  /*     r9   while in < last */
FAR                88 lib/zlib/contrib/masmx64/inffas8664.c /* 32   16 */ unsigned char FAR *out;   /* edi rdi  local strm->next_out */
FAR                89 lib/zlib/contrib/masmx64/inffas8664.c /* 40   20 */ unsigned char FAR *beg;   /*          inflate()'s init next_out */
FAR                90 lib/zlib/contrib/masmx64/inffas8664.c /* 48   24 */ unsigned char FAR *end;   /*     r10  while out < end */
FAR                91 lib/zlib/contrib/masmx64/inffas8664.c /* 56   28 */ unsigned char FAR *window;/*          size of window, wsize!=0 */
FAR                92 lib/zlib/contrib/masmx64/inffas8664.c /* 64   32 */ code const FAR *lcode;    /* ebp rbp  local strm->lencode */
FAR                93 lib/zlib/contrib/masmx64/inffas8664.c /* 72   36 */ code const FAR *dcode;    /*     r11  local strm->distcode */
FAR               110 lib/zlib/contrib/masmx64/inffas8664.c     struct inflate_state FAR *state;
FAR               125 lib/zlib/contrib/masmx64/inffas8664.c     state = (struct inflate_state FAR *)strm->state;
FAR                59 lib/zlib/crc32.c                         const unsigned char FAR *, unsigned));
FAR                61 lib/zlib/crc32.c                         const unsigned char FAR *, unsigned));
FAR                75 lib/zlib/crc32.c local unsigned long FAR crc_table[TBLS][256];
FAR                78 lib/zlib/crc32.c    local void write_table OF((FILE *, const unsigned long FAR *));
FAR               185 lib/zlib/crc32.c     const unsigned long FAR *table;
FAR               205 lib/zlib/crc32.c const unsigned long FAR * ZEXPORT get_crc_table()
FAR               211 lib/zlib/crc32.c     return (const unsigned long FAR *)crc_table;
FAR               221 lib/zlib/crc32.c     const unsigned char FAR *buf;
FAR               264 lib/zlib/crc32.c     const unsigned char FAR *buf;
FAR               268 lib/zlib/crc32.c     register const u4 FAR *buf4;
FAR               277 lib/zlib/crc32.c     buf4 = (const u4 FAR *)(const void FAR *)buf;
FAR               286 lib/zlib/crc32.c     buf = (const unsigned char FAR *)buf4;
FAR               304 lib/zlib/crc32.c     const unsigned char FAR *buf;
FAR               308 lib/zlib/crc32.c     register const u4 FAR *buf4;
FAR               317 lib/zlib/crc32.c     buf4 = (const u4 FAR *)(const void FAR *)buf;
FAR               328 lib/zlib/crc32.c     buf = (const unsigned char FAR *)buf4;
FAR                 5 lib/zlib/crc32.h local const unsigned long FAR crc_table[TBLS][256] =
FAR               270 lib/zlib/deflate.c     strm->state = (struct internal_state FAR *)s;
FAR               913 lib/zlib/deflate.c     dest->state = (struct internal_state FAR *) ds;
FAR                19 lib/zlib/infback.c local void fixedtables OF((struct inflate_state FAR *state));
FAR                31 lib/zlib/infback.c unsigned char FAR *window;
FAR                35 lib/zlib/infback.c     struct inflate_state FAR *state;
FAR                49 lib/zlib/infback.c     state = (struct inflate_state FAR *)ZALLOC(strm, 1,
FAR                53 lib/zlib/infback.c     strm->state = (struct internal_state FAR *)state;
FAR                74 lib/zlib/infback.c struct inflate_state FAR *state;
FAR               244 lib/zlib/infback.c void FAR *in_desc;
FAR               246 lib/zlib/infback.c void FAR *out_desc;
FAR               248 lib/zlib/infback.c     struct inflate_state FAR *state;
FAR               249 lib/zlib/infback.c     unsigned const char FAR *next; /* next input */
FAR               250 lib/zlib/infback.c     unsigned char FAR *put;     /* next output */
FAR               255 lib/zlib/infback.c     unsigned char FAR *from;    /* where to copy match bytes from */
FAR               266 lib/zlib/infback.c     state = (struct inflate_state FAR *)strm->state;
FAR               377 lib/zlib/infback.c             state->lencode = (code const FAR *)(state->next);
FAR               443 lib/zlib/infback.c             state->lencode = (code const FAR *)(state->next);
FAR               452 lib/zlib/infback.c             state->distcode = (code const FAR *)(state->next);
FAR                71 lib/zlib/inffast.c     struct inflate_state FAR *state;
FAR                72 lib/zlib/inffast.c     unsigned const char FAR *in;   /* local strm->next_in */
FAR                73 lib/zlib/inffast.c     unsigned const char FAR *last; /* while in < last, enough input available */
FAR                74 lib/zlib/inffast.c     unsigned char FAR *out;     /* local strm->next_out */
FAR                75 lib/zlib/inffast.c     unsigned char FAR *beg;     /* inflate()'s initial strm->next_out */
FAR                76 lib/zlib/inffast.c     unsigned char FAR *end;     /* while out < end, enough space available */
FAR                83 lib/zlib/inffast.c     unsigned char FAR *window;  /* allocated sliding window, if wsize != 0 */
FAR                86 lib/zlib/inffast.c     code const FAR *lcode;      /* local strm->lencode */
FAR                87 lib/zlib/inffast.c     code const FAR *dcode;      /* local strm->distcode */
FAR                95 lib/zlib/inffast.c     unsigned char FAR *from;    /* where to copy match from */
FAR                98 lib/zlib/inffast.c     state = (struct inflate_state FAR *)strm->state;
FAR                95 lib/zlib/inflate.c local void fixedtables OF((struct inflate_state FAR *state));
FAR               100 lib/zlib/inflate.c local unsigned syncsearch OF((unsigned FAR *have, unsigned const char FAR *buf,
FAR               106 lib/zlib/inflate.c     struct inflate_state FAR *state;
FAR               109 lib/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR               133 lib/zlib/inflate.c     struct inflate_state FAR *state;
FAR               136 lib/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR               150 lib/zlib/inflate.c     struct inflate_state FAR *state;
FAR               162 lib/zlib/inflate.c     state = (struct inflate_state FAR *)
FAR               166 lib/zlib/inflate.c     strm->state = (struct internal_state FAR *)state;
FAR               206 lib/zlib/inflate.c struct inflate_state FAR *state;
FAR               327 lib/zlib/inflate.c     struct inflate_state FAR *state;
FAR               330 lib/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR               334 lib/zlib/inflate.c         state->window = (unsigned char FAR *)
FAR               558 lib/zlib/inflate.c     struct inflate_state FAR *state;
FAR               559 lib/zlib/inflate.c     unsigned const char FAR *next;    /* next input */
FAR               560 lib/zlib/inflate.c     unsigned char FAR *put;     /* next output */
FAR               566 lib/zlib/inflate.c     unsigned char FAR *from;    /* where to copy match bytes from */
FAR               581 lib/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR               864 lib/zlib/inflate.c             state->lencode = (code const FAR *)(state->next);
FAR               930 lib/zlib/inflate.c             state->lencode = (code const FAR *)(state->next);
FAR               939 lib/zlib/inflate.c             state->distcode = (code const FAR *)(state->next);
FAR              1158 lib/zlib/inflate.c     struct inflate_state FAR *state;
FAR              1161 lib/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR              1174 lib/zlib/inflate.c     struct inflate_state FAR *state;
FAR              1179 lib/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR              1215 lib/zlib/inflate.c     struct inflate_state FAR *state;
FAR              1219 lib/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR              1240 lib/zlib/inflate.c unsigned FAR *have;
FAR              1241 lib/zlib/inflate.c unsigned const char FAR *buf;
FAR              1268 lib/zlib/inflate.c     struct inflate_state FAR *state;
FAR              1272 lib/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR              1316 lib/zlib/inflate.c     struct inflate_state FAR *state;
FAR              1319 lib/zlib/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR              1327 lib/zlib/inflate.c     struct inflate_state FAR *state;
FAR              1328 lib/zlib/inflate.c     struct inflate_state FAR *copy;
FAR              1329 lib/zlib/inflate.c     unsigned char FAR *window;
FAR              1336 lib/zlib/inflate.c     state = (struct inflate_state FAR *)source->state;
FAR              1339 lib/zlib/inflate.c     copy = (struct inflate_state FAR *)
FAR              1344 lib/zlib/inflate.c         window = (unsigned char FAR *)
FAR              1366 lib/zlib/inflate.c     dest->state = (struct internal_state FAR *)copy;
FAR                92 lib/zlib/inflate.h     unsigned char FAR *window;  /* allocated sliding window, if needed */
FAR               102 lib/zlib/inflate.h     code const FAR *lencode;    /* starting table for length/literal codes */
FAR               103 lib/zlib/inflate.h     code const FAR *distcode;   /* starting table for distance codes */
FAR               111 lib/zlib/inflate.h     code FAR *next;             /* next available space in codes[] */
FAR                34 lib/zlib/inftrees.c unsigned short FAR *lens;
FAR                36 lib/zlib/inftrees.c code FAR * FAR *table;
FAR                37 lib/zlib/inftrees.c unsigned FAR *bits;
FAR                38 lib/zlib/inftrees.c unsigned short FAR *work;
FAR                54 lib/zlib/inftrees.c     code FAR *next;             /* next available space in table */
FAR                55 lib/zlib/inftrees.c     const unsigned short FAR *base;     /* base value table to use */
FAR                56 lib/zlib/inftrees.c     const unsigned short FAR *extra;    /* extra bits table to use */
FAR                53 lib/zlib/inftrees.h extern int inflate_table OF((codetype type, unsigned short FAR *lens,
FAR                54 lib/zlib/inftrees.h                              unsigned codes, code FAR * FAR *table,
FAR                55 lib/zlib/inftrees.h                              unsigned FAR *bits, unsigned short FAR *work));
FAR               222 lib/zlib/zconf.h #    ifdef FAR
FAR               232 lib/zlib/zconf.h #      define ZEXPORTVA FAR CDECL
FAR               259 lib/zlib/zconf.h #ifndef FAR
FAR               271 lib/zlib/zconf.h #  define Bytef Byte FAR
FAR               313 lib/zlib/zconf.h #  ifdef FAR
FAR               219 lib/zlib/zconf.in.h #    ifdef FAR
FAR               229 lib/zlib/zconf.in.h #      define ZEXPORTVA FAR CDECL
FAR               256 lib/zlib/zconf.in.h #ifndef FAR
FAR               268 lib/zlib/zconf.in.h #  define Bytef Byte FAR
FAR               310 lib/zlib/zconf.in.h #  ifdef FAR
FAR                98 lib/zlib/zlib.h     struct internal_state FAR *state; /* not visible by applications */
FAR               897 lib/zlib/zlib.h                                     in_func in, void FAR *in_desc,
FAR               898 lib/zlib/zlib.h                                     out_func out, void FAR *out_desc));
FAR              1345 lib/zlib/zlib.h                                          unsigned char FAR *window,