16 0x0001, 0x0003, 0x0007, 0x000f, 0x001f, 0x003f, 0x007f, 0x00ff,
17 0x01ff, 0x03ff, 0x07ff, 0x0fff, 0x1fff, 0x3fff, 0x7fff, 0xffff
37 if (n > z->avail_out) n = z->avail_out;
46 z->adler = s->check = (*s->checkfn)(s->check, q, n);
58 if (s->write == s->end)
62 n = (
uInt)(s->write - q);
63 if (n > z->avail_out) n = z->avail_out;
72 z->adler = s->check = (*s->checkfn)(s->check, q, n);
int write(int fd, const char *buf, int nbytes)
struct inflate_blocks_state FAR inflate_blocks_statef
GLdouble GLdouble GLdouble GLdouble q
GLdouble GLdouble GLdouble r
local const uInt inflate_mask[17]
void zmemcpy(Bytef *dest, const Bytef *source, uInt len)
local int inflate_flush(inflate_blocks_statef *s, z_streamp z, int r)