Bytef              58 lib/zlib/adler32.c     const Bytef *buf;
Bytef              22 lib/zlib/compress.c     Bytef *dest;
Bytef              24 lib/zlib/compress.c     const Bytef *source;
Bytef              62 lib/zlib/compress.c     Bytef *dest;
Bytef              64 lib/zlib/compress.c     const Bytef *source;
Bytef              85 lib/zlib/deflate.c local int read_buf        OF((z_streamp strm, Bytef *buf, unsigned size));
Bytef             314 lib/zlib/deflate.c     const Bytef *dictionary;
Bytef             955 lib/zlib/deflate.c     Bytef *buf;
Bytef            1171 lib/zlib/inflate.c const Bytef *dictionary;
Bytef              26 lib/zlib/uncompr.c     Bytef *dest;
Bytef              28 lib/zlib/uncompr.c     const Bytef *source;
Bytef             555 lib/zlib/zlib.h                                              const Bytef *dictionary,
Bytef             753 lib/zlib/zlib.h                                              const Bytef *dictionary,
Bytef            1025 lib/zlib/zlib.h ZEXTERN int ZEXPORT compress OF((Bytef *dest,   uLongf *destLen,
Bytef            1026 lib/zlib/zlib.h                                  const Bytef *source, uLong sourceLen));
Bytef            1040 lib/zlib/zlib.h ZEXTERN int ZEXPORT compress2 OF((Bytef *dest,   uLongf *destLen,
Bytef            1041 lib/zlib/zlib.h                                   const Bytef *source, uLong sourceLen,
Bytef            1063 lib/zlib/zlib.h ZEXTERN int ZEXPORT uncompress OF((Bytef *dest,   uLongf *destLen,
Bytef            1064 lib/zlib/zlib.h                                    const Bytef *source, uLong sourceLen));
Bytef            1277 lib/zlib/zlib.h ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
Bytef            1302 lib/zlib/zlib.h ZEXTERN uLong ZEXPORT crc32   OF((uLong crc, const Bytef *buf, uInt len));
Bytef             150 lib/zlib/zutil.c     Bytef* dest;
Bytef             151 lib/zlib/zutil.c     const Bytef* source;
Bytef             161 lib/zlib/zutil.c     const Bytef* s1;
Bytef             162 lib/zlib/zutil.c     const Bytef* s2;
Bytef             174 lib/zlib/zutil.c     Bytef* dest;
Bytef             235 lib/zlib/zutil.h    extern void zmemcpy  OF((Bytef* dest, const Bytef* source, uInt len));
Bytef             236 lib/zlib/zutil.h    extern int  zmemcmp  OF((const Bytef* s1, const Bytef* s2, uInt len));
Bytef             237 lib/zlib/zutil.h    extern void zmemzero OF((Bytef* dest, uInt len));