FAR                58 lib/libz/crc32.c                         const unsigned char FAR *, unsigned));
FAR                60 lib/libz/crc32.c                         const unsigned char FAR *, unsigned));
FAR                74 lib/libz/crc32.c local unsigned long FAR crc_table[TBLS][256];
FAR                77 lib/libz/crc32.c    local void write_table OF((FILE *, const unsigned long FAR *));
FAR               184 lib/libz/crc32.c     const unsigned long FAR *table;
FAR               204 lib/libz/crc32.c const unsigned long FAR * ZEXPORT get_crc_table()
FAR               210 lib/libz/crc32.c     return (const unsigned long FAR *)crc_table;
FAR               220 lib/libz/crc32.c     const unsigned char FAR *buf;
FAR               263 lib/libz/crc32.c     const unsigned char FAR *buf;
FAR               267 lib/libz/crc32.c     register const u4 FAR *buf4;
FAR               276 lib/libz/crc32.c     buf4 = (const u4 FAR *)(const void FAR *)buf;
FAR               285 lib/libz/crc32.c     buf = (const unsigned char FAR *)buf4;
FAR               303 lib/libz/crc32.c     const unsigned char FAR *buf;
FAR               307 lib/libz/crc32.c     register const u4 FAR *buf4;
FAR               316 lib/libz/crc32.c     buf4 = (const u4 FAR *)(const void FAR *)buf;
FAR               327 lib/libz/crc32.c     buf = (const unsigned char FAR *)buf4;
FAR                 5 lib/libz/crc32.h local const unsigned long FAR crc_table[TBLS][256] =
FAR                19 lib/libz/infback.c local void fixedtables OF((struct inflate_state FAR *state));
FAR                31 lib/libz/infback.c unsigned char FAR *window;
FAR                35 lib/libz/infback.c     struct inflate_state FAR *state;
FAR                49 lib/libz/infback.c     state = (struct inflate_state FAR *)ZALLOC(strm, 1,
FAR                53 lib/libz/infback.c     strm->state = (struct internal_state FAR *)state;
FAR                74 lib/libz/infback.c struct inflate_state FAR *state;
FAR               244 lib/libz/infback.c void FAR *in_desc;
FAR               246 lib/libz/infback.c void FAR *out_desc;
FAR               248 lib/libz/infback.c     struct inflate_state FAR *state;
FAR               249 lib/libz/infback.c     unsigned char FAR *next;    /* next input */
FAR               250 lib/libz/infback.c     unsigned char FAR *put;     /* next output */
FAR               255 lib/libz/infback.c     unsigned char FAR *from;    /* where to copy match bytes from */
FAR               266 lib/libz/infback.c     state = (struct inflate_state FAR *)strm->state;
FAR               389 lib/libz/infback.c             state->lencode = (code const FAR *)(state->next);
FAR               455 lib/libz/infback.c             state->lencode = (code const FAR *)(state->next);
FAR               464 lib/libz/infback.c             state->distcode = (code const FAR *)(state->next);
FAR                72 lib/libz/inffast.c     struct inflate_state FAR *state;
FAR                73 lib/libz/inffast.c     unsigned char FAR *in;      /* local strm->next_in */
FAR                74 lib/libz/inffast.c     unsigned char FAR *last;    /* while in < last, enough input available */
FAR                75 lib/libz/inffast.c     unsigned char FAR *out;     /* local strm->next_out */
FAR                76 lib/libz/inffast.c     unsigned char FAR *beg;     /* inflate()'s initial strm->next_out */
FAR                77 lib/libz/inffast.c     unsigned char FAR *end;     /* while out < end, enough space available */
FAR                84 lib/libz/inffast.c     unsigned char FAR *window;  /* allocated sliding window, if wsize != 0 */
FAR                87 lib/libz/inffast.c     code const FAR *lcode;      /* local strm->lencode */
FAR                88 lib/libz/inffast.c     code const FAR *dcode;      /* local strm->distcode */
FAR                96 lib/libz/inffast.c     unsigned char FAR *from;    /* where to copy match from */
FAR                99 lib/libz/inffast.c     state = (struct inflate_state FAR *)strm->state;
FAR                96 lib/libz/inflate.c local void fixedtables OF((struct inflate_state FAR *state));
FAR               101 lib/libz/inflate.c local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf,
FAR               107 lib/libz/inflate.c     struct inflate_state FAR *state;
FAR               110 lib/libz/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR               134 lib/libz/inflate.c     struct inflate_state FAR *state;
FAR               137 lib/libz/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR               151 lib/libz/inflate.c     struct inflate_state FAR *state;
FAR               163 lib/libz/inflate.c     state = (struct inflate_state FAR *)
FAR               167 lib/libz/inflate.c     strm->state = (struct internal_state FAR *)state;
FAR               207 lib/libz/inflate.c struct inflate_state FAR *state;
FAR               328 lib/libz/inflate.c     struct inflate_state FAR *state;
FAR               331 lib/libz/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR               335 lib/libz/inflate.c         state->window = (unsigned char FAR *)
FAR               559 lib/libz/inflate.c     struct inflate_state FAR *state;
FAR               560 lib/libz/inflate.c     unsigned char FAR *next;    /* next input */
FAR               561 lib/libz/inflate.c     unsigned char FAR *put;     /* next output */
FAR               567 lib/libz/inflate.c     unsigned char FAR *from;    /* where to copy match bytes from */
FAR               585 lib/libz/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR               904 lib/libz/inflate.c             state->lencode = (code const FAR *)(state->next);
FAR               982 lib/libz/inflate.c             state->lencode = (code const FAR *)(state->next);
FAR               995 lib/libz/inflate.c             state->distcode = (code const FAR *)(state->next);
FAR              1240 lib/libz/inflate.c     struct inflate_state FAR *state;
FAR              1243 lib/libz/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR              1256 lib/libz/inflate.c     struct inflate_state FAR *state;
FAR              1261 lib/libz/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR              1297 lib/libz/inflate.c     struct inflate_state FAR *state;
FAR              1301 lib/libz/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR              1322 lib/libz/inflate.c unsigned FAR *have;
FAR              1323 lib/libz/inflate.c unsigned char FAR *buf;
FAR              1350 lib/libz/inflate.c     struct inflate_state FAR *state;
FAR              1354 lib/libz/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR              1398 lib/libz/inflate.c     struct inflate_state FAR *state;
FAR              1401 lib/libz/inflate.c     state = (struct inflate_state FAR *)strm->state;
FAR              1409 lib/libz/inflate.c     struct inflate_state FAR *state;
FAR              1410 lib/libz/inflate.c     struct inflate_state FAR *copy;
FAR              1411 lib/libz/inflate.c     unsigned char FAR *window;
FAR              1418 lib/libz/inflate.c     state = (struct inflate_state FAR *)source->state;
FAR              1421 lib/libz/inflate.c     copy = (struct inflate_state FAR *)
FAR              1426 lib/libz/inflate.c         window = (unsigned char FAR *)
FAR              1448 lib/libz/inflate.c     dest->state = (struct internal_state FAR *)copy;
FAR                92 lib/libz/inflate.h     unsigned char FAR *window;  /* allocated sliding window, if needed */
FAR               102 lib/libz/inflate.h     code const FAR *lencode;    /* starting table for length/literal codes */
FAR               103 lib/libz/inflate.h     code const FAR *distcode;   /* starting table for distance codes */
FAR               111 lib/libz/inflate.h     code FAR *next;             /* next available space in codes[] */
FAR                35 lib/libz/inftrees.c unsigned short FAR *lens;
FAR                37 lib/libz/inftrees.c code FAR * FAR *table;
FAR                38 lib/libz/inftrees.c unsigned FAR *bits;
FAR                39 lib/libz/inftrees.c unsigned short FAR *work;
FAR                55 lib/libz/inftrees.c     code FAR *next;             /* next available space in table */
FAR                56 lib/libz/inftrees.c     const unsigned short FAR *base;     /* base value table to use */
FAR                57 lib/libz/inftrees.c     const unsigned short FAR *extra;    /* extra bits table to use */
FAR                54 lib/libz/inftrees.h extern int inflate_table OF((codetype type, unsigned short FAR *lens,
FAR                55 lib/libz/inftrees.h                              unsigned codes, code FAR * FAR *table,
FAR                56 lib/libz/inftrees.h                              unsigned FAR *bits, unsigned short FAR *work));
FAR               219 lib/libz/zconf.h #    ifdef FAR
FAR               229 lib/libz/zconf.h #      define ZEXPORTVA FAR CDECL
FAR               256 lib/libz/zconf.h #ifndef FAR
FAR               268 lib/libz/zconf.h #  define Bytef Byte FAR
FAR               302 lib/libz/zconf.h #  ifdef FAR
FAR                93 lib/libz/zlib.h     struct internal_state FAR *state; /* not visible by applications */
FAR               882 lib/libz/zlib.h                                     in_func in, void FAR *in_desc,
FAR               883 lib/libz/zlib.h                                     out_func out, void FAR *out_desc));
FAR              1329 lib/libz/zlib.h                                          unsigned char FAR *window,
FAR               633 net/zlib.c         strm->state = (struct internal_state FAR *)s;
FAR              2688 net/zlib.c         inflate_huft * FAR *,       /* bits tree result */
FAR              2697 net/zlib.c         inflate_huft * FAR *,       /* literal/length tree result */
FAR              2698 net/zlib.c         inflate_huft * FAR *,       /* distance tree result */
FAR              2704 net/zlib.c         inflate_huft * FAR *,       /* literal/length tree result */
FAR              2705 net/zlib.c         inflate_huft * FAR *));     /* distance tree result */
FAR              2823 net/zlib.c       if ((z->state = (struct internal_state FAR *)
FAR              3637 net/zlib.c         inflate_huft * FAR*,/* result: starting table */
FAR              3715 net/zlib.c     inflate_huft * FAR *t;  /* result: starting table */
FAR              3915 net/zlib.c     inflate_huft * FAR *tb; /* bits tree result */
FAR              3939 net/zlib.c     inflate_huft * FAR *tl; /* literal/length tree result */
FAR              3940 net/zlib.c     inflate_huft * FAR *td; /* distance tree result */
FAR              4021 net/zlib.c     inflate_huft * FAR *tl;  /* literal/length tree result */
FAR              4022 net/zlib.c     inflate_huft * FAR *td;  /* distance tree result */
FAR                82 net/zlib.h     #ifndef FAR
FAR               170 net/zlib.h         struct internal_state FAR *state; /* not visible by applications */