Bytef              59 tools/packfi2/adler32.c     const Bytef *buf;
Bytef              23 tools/packfi2/compress.c     Bytef *dest;
Bytef              25 tools/packfi2/compress.c     const Bytef *source;
Bytef              32 tools/packfi2/compress.c     stream.next_in = (Bytef*)source;
Bytef              63 tools/packfi2/compress.c     Bytef *dest;
Bytef              65 tools/packfi2/compress.c     const Bytef *source;
Bytef              85 tools/packfi2/deflate.c local int read_buf        OF((z_streamp strm, Bytef *buf, unsigned size));
Bytef             201 tools/packfi2/deflate.c     zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
Bytef             287 tools/packfi2/deflate.c     s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
Bytef             317 tools/packfi2/deflate.c     const Bytef *dictionary;
Bytef             920 tools/packfi2/deflate.c     ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
Bytef             958 tools/packfi2/deflate.c     Bytef *buf;
Bytef            1032 tools/packfi2/deflate.c     register Bytef *scan = s->window + s->strstart; /* current string */
Bytef            1033 tools/packfi2/deflate.c     register Bytef *match;                       /* matched string */
Bytef            1049 tools/packfi2/deflate.c     register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
Bytef            1053 tools/packfi2/deflate.c     register Bytef *strend = s->window + s->strstart + MAX_MATCH;
Bytef            1179 tools/packfi2/deflate.c     register Bytef *scan = s->window + s->strstart; /* current string */
Bytef            1180 tools/packfi2/deflate.c     register Bytef *match;                       /* matched string */
Bytef            1182 tools/packfi2/deflate.c     register Bytef *strend = s->window + s->strstart + MAX_MATCH;
Bytef            1691 tools/packfi2/deflate.c     Bytef *scan;        /* scan for end of run */
Bytef              97 tools/packfi2/deflate.h     Bytef *pending_buf;  /* output still pending */
Bytef              99 tools/packfi2/deflate.h     Bytef *pending_out;  /* next pending byte to output to the stream */
Bytef             113 tools/packfi2/deflate.h     Bytef *window;
Bytef              83 tools/packfi2/zlib.h     Bytef    *next_in;  /* next input byte */
Bytef              87 tools/packfi2/zlib.h     Bytef    *next_out; /* next output byte should be put there */
Bytef             114 tools/packfi2/zlib.h     Bytef   *extra;     /* pointer to extra field or Z_NULL if none */
Bytef             117 tools/packfi2/zlib.h     Bytef   *name;      /* pointer to zero-terminated file name or Z_NULL */
Bytef             119 tools/packfi2/zlib.h     Bytef   *comment;   /* pointer to zero-terminated comment or Z_NULL */
Bytef             539 tools/packfi2/zlib.h                                              const Bytef *dictionary,
Bytef             737 tools/packfi2/zlib.h                                              const Bytef *dictionary,
Bytef            1009 tools/packfi2/zlib.h ZEXTERN int ZEXPORT compress OF((Bytef *dest,   uLongf *destLen,
Bytef            1010 tools/packfi2/zlib.h                                  const Bytef *source, uLong sourceLen));
Bytef            1024 tools/packfi2/zlib.h ZEXTERN int ZEXPORT compress2 OF((Bytef *dest,   uLongf *destLen,
Bytef            1025 tools/packfi2/zlib.h                                   const Bytef *source, uLong sourceLen,
Bytef            1047 tools/packfi2/zlib.h ZEXTERN int ZEXPORT uncompress OF((Bytef *dest,   uLongf *destLen,
Bytef            1048 tools/packfi2/zlib.h                                    const Bytef *source, uLong sourceLen));
Bytef            1260 tools/packfi2/zlib.h ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
Bytef            1285 tools/packfi2/zlib.h ZEXTERN uLong ZEXPORT crc32   OF((uLong crc, const Bytef *buf, uInt len));
Bytef             150 tools/packfi2/zutil.c     Bytef* dest;
Bytef             151 tools/packfi2/zutil.c     const Bytef* source;
Bytef             161 tools/packfi2/zutil.c     const Bytef* s1;
Bytef             162 tools/packfi2/zutil.c     const Bytef* s2;
Bytef             174 tools/packfi2/zutil.c     Bytef* dest;
Bytef             235 tools/packfi2/zutil.h    extern void zmemcpy  OF((Bytef* dest, const Bytef* source, uInt len));
Bytef             236 tools/packfi2/zutil.h    extern int  zmemcmp  OF((const Bytef* s1, const Bytef* s2, uInt len));
Bytef             237 tools/packfi2/zutil.h    extern void zmemzero OF((Bytef* dest, uInt len));