Byte 287 other-licenses/zlib/deflate.c s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte)); Byte 309 other-licenses/zlib/deflate.c s->method = (Byte)method; Byte 522 other-licenses/zlib/deflate.c put_byte(s, (Byte)(b >> 8)); Byte 523 other-licenses/zlib/deflate.c put_byte(s, (Byte)(b & 0xff)); Byte 603 other-licenses/zlib/deflate.c put_byte(s, (Byte)(s->gzhead->time & 0xff)); Byte 604 other-licenses/zlib/deflate.c put_byte(s, (Byte)((s->gzhead->time >> 8) & 0xff)); Byte 605 other-licenses/zlib/deflate.c put_byte(s, (Byte)((s->gzhead->time >> 16) & 0xff)); Byte 606 other-licenses/zlib/deflate.c put_byte(s, (Byte)((s->gzhead->time >> 24) & 0xff)); Byte 745 other-licenses/zlib/deflate.c put_byte(s, (Byte)(strm->adler & 0xff)); Byte 746 other-licenses/zlib/deflate.c put_byte(s, (Byte)((strm->adler >> 8) & 0xff)); Byte 835 other-licenses/zlib/deflate.c put_byte(s, (Byte)(strm->adler & 0xff)); Byte 836 other-licenses/zlib/deflate.c put_byte(s, (Byte)((strm->adler >> 8) & 0xff)); Byte 837 other-licenses/zlib/deflate.c put_byte(s, (Byte)((strm->adler >> 16) & 0xff)); Byte 838 other-licenses/zlib/deflate.c put_byte(s, (Byte)((strm->adler >> 24) & 0xff)); Byte 839 other-licenses/zlib/deflate.c put_byte(s, (Byte)(strm->total_in & 0xff)); Byte 840 other-licenses/zlib/deflate.c put_byte(s, (Byte)((strm->total_in >> 8) & 0xff)); Byte 841 other-licenses/zlib/deflate.c put_byte(s, (Byte)((strm->total_in >> 16) & 0xff)); Byte 842 other-licenses/zlib/deflate.c put_byte(s, (Byte)((strm->total_in >> 24) & 0xff)); Byte 920 other-licenses/zlib/deflate.c ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte)); Byte 932 other-licenses/zlib/deflate.c zmemcpy(ds->window, ss->window, ds->w_size * 2 * sizeof(Byte)); Byte 1054 other-licenses/zlib/deflate.c register Byte scan_end1 = scan[best_len-1]; Byte 1055 other-licenses/zlib/deflate.c register Byte scan_end = scan[best_len]; Byte 104 other-licenses/zlib/deflate.h Byte method; /* STORED (for zip only) or DEFLATED */ Byte 61 other-licenses/zlib/gzio.c Byte *inbuf; /* input buffer */ Byte 62 other-licenses/zlib/gzio.c Byte *outbuf; /* output buffer */ Byte 159 other-licenses/zlib/gzio.c s->stream.next_out = s->outbuf = (Byte*)ALLOC(Z_BUFSIZE); Byte 165 other-licenses/zlib/gzio.c s->stream.next_in = s->inbuf = (Byte*)ALLOC(Z_BUFSIZE); Byte 401 other-licenses/zlib/gzio.c Byte *next_out; /* == stream.next_out but not forced far (for MSDOS) */ Byte 408 other-licenses/zlib/gzio.c next_out = (Byte*)buf; Byte 790 other-licenses/zlib/gzio.c s->inbuf = (Byte*)ALLOC(Z_BUFSIZE); /* for seeking */ Byte 834 other-licenses/zlib/gzio.c s->outbuf = (Byte*)ALLOC(Z_BUFSIZE); Byte 1169 other-licenses/zlib/trees.c put_byte(s, (Byte)s->bi_buf); Byte 1184 other-licenses/zlib/trees.c put_byte(s, (Byte)s->bi_buf); Byte 283 other-licenses/zlib/zconf.h # define Bytef Byte FAR Byte 285 other-licenses/zlib/zconf.h typedef Byte FAR Bytef; Byte 297 other-licenses/zlib/zconf.h typedef Byte const *voidpc; Byte 298 other-licenses/zlib/zconf.h typedef Byte FAR *voidpf; Byte 299 other-licenses/zlib/zconf.h typedef Byte *voidp;