BUFLEN
unsigned char out[BUFLEN];
strm->avail_out = BUFLEN;
fwrite(out, 1, BUFLEN - strm->avail_out, gz->file);
unsigned char out[BUFLEN];
strm->avail_out = BUFLEN;
fwrite(out, 1, BUFLEN - strm->avail_out, gz->file);
local char buf[BUFLEN];
local char buf[BUFLEN];
u_char data[BUFLEN];
if (xs->datalen > BUFLEN) {