Byte
put_byte(s, (Byte)(s->gzhead->time & 0xff));
put_byte(s, (Byte)((s->gzhead->time >> 8) & 0xff));
put_byte(s, (Byte)((s->gzhead->time >> 16) & 0xff));
put_byte(s, (Byte)((s->gzhead->time >> 24) & 0xff));
put_byte(s, (Byte)(strm->adler & 0xff));
put_byte(s, (Byte)((strm->adler >> 8) & 0xff));
put_byte(s, (Byte)(strm->adler & 0xff));
put_byte(s, (Byte)((strm->adler >> 8) & 0xff));
put_byte(s, (Byte)((strm->adler >> 16) & 0xff));
put_byte(s, (Byte)((strm->adler >> 24) & 0xff));
put_byte(s, (Byte)(strm->total_in & 0xff));
put_byte(s, (Byte)((strm->total_in >> 8) & 0xff));
put_byte(s, (Byte)((strm->total_in >> 16) & 0xff));
put_byte(s, (Byte)((strm->total_in >> 24) & 0xff));
ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
Byte scan_end1 = scan[best_len - 1];
Byte scan_end = scan[best_len];
s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
s->method = (Byte)method;
put_byte(s, (Byte)(b >> 8));
put_byte(s, (Byte)(b & 0xff));
Byte method; /* can only be DEFLATED */
static void test_deflate(Byte *compr, uLong comprLen) {
static void test_inflate(Byte *compr, uLong comprLen, Byte *uncompr,
static void test_large_deflate(Byte *compr, uLong comprLen, Byte *uncompr,
static void test_large_inflate(Byte *compr, uLong comprLen, Byte *uncompr,
static void test_flush(Byte *compr, uLong *comprLen) {
static void test_sync(Byte *compr, uLong comprLen, Byte *uncompr,
static void test_dict_deflate(Byte *compr, uLong comprLen) {
static void test_dict_inflate(Byte *compr, uLong comprLen, Byte *uncompr,
Byte *compr, *uncompr;
compr = (Byte*)calloc((uInt)comprLen, 1);
uncompr = (Byte*)calloc((uInt)uncomprLen, 1);
static void test_compress(Byte *compr, uLong comprLen, Byte *uncompr,
static void test_gzio(const char *fname, Byte *uncompr, uLong uncomprLen) {
put_byte(s, (Byte)s->bi_buf);
put_byte(s, (Byte)s->bi_buf);
# define Bytef Byte FAR
typedef Byte FAR Bytef;
typedef Byte const *voidpc;
typedef Byte FAR *voidpf;
typedef Byte *voidp;
put_byte(s, (Byte)(b >> 8));
put_byte(s, (Byte)(b & 0xff));
ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
zmemcpy(ds->window, ss->window, ds->w_size * 2 * sizeof(Byte));
Byte scan_end1 = scan[best_len-1];
Byte scan_end = scan[best_len];
s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? Z_BINARY : Z_ASCII);
put_byte(s, (Byte)s->bi_buf);
put_byte(s, (Byte)s->bi_buf);
static const Byte mark[4] = {0, 0, 0xff, 0xff};
Byte data_type; /* UNKNOWN, BINARY or ASCII */
Byte method; /* STORED (for zip only) or DEFLATED */
Byte Exop; /* number of extra bits or operation */
Byte Bits; /* number of bits in this code or subcode */
#define OUTBYTE(a) {*q++=(Byte)(a);m--;}
r.bits = (Byte)l; /* bits to dump before this table */
r.exop = (Byte)j; /* bits in this table */
r.bits = (Byte)(k - w);
r.exop = (Byte)(*p < 256 ? 0 : 32 + 64); /* 256 is end-of-block */
r.exop = (Byte)(e[*p - s] + 16 + 64);/* non-simple--look up in lists */
Byte lbits; /* ltree bits decoded per branch */
Byte dbits; /* dtree bits decoder per branch */
c->lbits = (Byte)bl;
c->dbits = (Byte)bd;
*q++ = (Byte)t->base;
*q++ = (Byte)t->base;
s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
s->method = (Byte)method;
# define Bytef Byte FAR
typedef Byte FAR Bytef;
typedef Byte FAR *voidpf;
typedef Byte *voidp;