Bytef              58 lib/libz/adler32.c     const Bytef *buf;
Bytef            1253 lib/libz/inflate.c const Bytef *dictionary;
Bytef             239 lib/libz/zutil.h    extern void zmemcpy  OF((Bytef* dest, const Bytef* source, uInt len));
Bytef             240 lib/libz/zutil.h    extern int  zmemcmp  OF((const Bytef* s1, const Bytef* s2, uInt len));
Bytef             241 lib/libz/zutil.h    extern void zmemzero OF((Bytef* dest, uInt len));
Bytef             104 net/zlib.c        extern void zmemcpy  OF((Bytef* dest, Bytef* source, uInt len));
Bytef             105 net/zlib.c        extern void zmemzero OF((Bytef* dest, uInt len));
Bytef             131 net/zlib.c     typedef uLong (*check_func) OF((uLong check, Bytef *buf, uInt len));
Bytef            4610 net/zlib.c         Bytef *buf;
Bytef             611 net/zlib.h     extern uLong adler32 OF((uLong adler, Bytef *buf, uInt len));