Byte              268 extra_lib/include/zlib/zconf.h #  define Bytef Byte FAR
Byte              270 extra_lib/include/zlib/zconf.h    typedef Byte  FAR Bytef;
Byte              282 extra_lib/include/zlib/zconf.h    typedef Byte const *voidpc;
Byte              283 extra_lib/include/zlib/zconf.h    typedef Byte FAR   *voidpf;
Byte              284 extra_lib/include/zlib/zconf.h    typedef Byte       *voidp;
Byte               89 src/utils/gzio.cpp 	Byte     *inbuf;  /* input buffer */
Byte               90 src/utils/gzio.cpp 	Byte     *outbuf; /* output buffer */
Byte              184 src/utils/gzio.cpp 		s->stream.next_out = s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
Byte              190 src/utils/gzio.cpp 		s->stream.next_in  = s->inbuf = (Byte*)ALLOC(Z_BUFSIZE);
Byte              413 src/utils/gzio.cpp 	Byte  *next_out; /* == stream.next_out but not forced far (for MSDOS) */
Byte              420 src/utils/gzio.cpp 	next_out = (Byte*)buf;
Byte              800 src/utils/gzio.cpp 			s->inbuf = (Byte*)ALLOC(Z_BUFSIZE); /* for seeking */
Byte              844 src/utils/gzio.cpp 		s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);