Byte              268 lib/libz/zconf.h #  define Bytef Byte FAR
Byte              270 lib/libz/zconf.h    typedef Byte  FAR Bytef;
Byte              282 lib/libz/zconf.h    typedef Byte const *voidpc;
Byte              283 lib/libz/zconf.h    typedef Byte FAR   *voidpf;
Byte              284 lib/libz/zconf.h    typedef Byte       *voidp;
Byte              236 net/zlib.c         Byte  data_type;     /* UNKNOWN, BINARY or ASCII */
Byte              237 net/zlib.c         Byte  method;        /* STORED (for zip only) or DEFLATED */
Byte              646 net/zlib.c         s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
Byte              669 net/zlib.c         s->method = (Byte)method;
Byte              714 net/zlib.c         put_byte(s, (Byte)(b >> 8));
Byte              715 net/zlib.c         put_byte(s, (Byte)(b & 0xff));
Byte              874 net/zlib.c         TRY_FREE(strm, state->window, state->w_size * 2 * sizeof(Byte));
Byte              978 net/zlib.c         Byte scan_end1  = scan[best_len-1];
Byte              979 net/zlib.c         Byte scan_end   = scan[best_len];
Byte             2525 net/zlib.c         s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? BINARY : ASCII);
Byte             2556 net/zlib.c             put_byte(s, (Byte)s->bi_buf);
Byte             2571 net/zlib.c             put_byte(s, (Byte)s->bi_buf);
Byte             2669 net/zlib.c           Byte Exop;        /* number of extra bits or operation */
Byte             2670 net/zlib.c           Byte Bits;        /* number of bits in this code or subcode */
Byte             3020 net/zlib.c         if (*p == (Byte)(m < 2 ? 0 : 0xff))
Byte             3127 net/zlib.c     #define OUTBYTE(a) {*q++=(Byte)(a);m--;}
Byte             3864 net/zlib.c               r.bits = (Byte)l;     /* bits to dump before this table */
Byte             3865 net/zlib.c               r.exop = (Byte)j;     /* bits in this table */
Byte             3873 net/zlib.c           r.bits = (Byte)(k - w);
Byte             3878 net/zlib.c             r.exop = (Byte)(*p < 256 ? 0 : 32 + 64);     /* 256 is end-of-block */
Byte             3883 net/zlib.c             r.exop = (Byte)e[*p - s] + 16 + 64; /* non-simple--look up in lists */
Byte             4132 net/zlib.c       Byte lbits;           /* ltree bits decoded per branch */
Byte             4133 net/zlib.c       Byte dbits;           /* dtree bits decoder per branch */
Byte             4151 net/zlib.c         c->lbits = (Byte)bl;
Byte             4152 net/zlib.c         c->dbits = (Byte)bd;
Byte             4464 net/zlib.c           *q++ = (Byte)t->base;
Byte             4538 net/zlib.c               *q++ = (Byte)t->base;
Byte              118 net/zlib.h     typedef Byte FAR Bytef;
Byte              128 net/zlib.h        typedef Byte FAR *voidpf;
Byte              129 net/zlib.h        typedef Byte     *voidp;
Byte              176 net/zlib.h         Byte     data_type; /* best guess about the data type: ascii or binary */