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 */
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;
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->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));
TRY_FREE(strm, strm->state->window, strm->state->w_size * 2 * sizeof(Byte));
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 */
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;