Bytef
if (crc32(hdr->hdr_crc_self, (const Bytef *)hdr, sz) != crc) {
(Bytef *)p, cellwidth * sizeof (uint32_t));
c->rc_zstream.next_in = (Bytef *)p;
c->rc_zstream.next_out = (Bytef *)zbufp;
c->rc_zstream.next_in = (Bytef *)data;
c->rc_zstream.next_out = (Bytef *)c->rc_zbuf;
ret = compress2(dstbuf, &dlen, (Bytef *)srcaddr, slen, 9);
ret = uncompress(dstbuf, &dlen, (Bytef *)srcaddr, slen);
if ((ret = uncompress(dstbuf, &dlen, (Bytef *)srcaddr, slen)) != Z_OK) {
typedef uLong (*check_func) OF((uLong check, Bytef *buf, uInt len));
Bytef *pending_buf; /* output still pending */
Bytef *pending_out; /* next pending byte to output to the stream */
Bytef *window;
Bytef *pad; /* pad structure to a power of 2 (4 bytes for */
Bytef *p; /* pointer to bytes */
Bytef *window; /* sliding window */
Bytef *end; /* one byte after sliding window */
Bytef *read; /* window read pointer */
Bytef *write; /* window write pointer */
if ((s->window = (Bytef *)ZALLOC(z, 1, w)) == Z_NULL)
Bytef *p; /* input data pointer */
Bytef *q; /* output window write pointer */
Bytef *p; /* input data pointer */
Bytef *q; /* output window write pointer */
Bytef *p; /* input data pointer */
Bytef *q; /* output window write pointer */
Bytef *f; /* pointer to copy strings from */
Bytef *p, *q;
Bytef *p; /* input data pointer */
Bytef *q; /* output window write pointer */
Bytef *r; /* copy source pointer */
Bytef *buf;
s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
register Bytef *scan = s->window + s->strstart; /* current string */
register Bytef *match; /* matched string */
register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
register Bytef *strend = s->window + s->strstart + MAX_MATCH;
Bytef *next_in; /* next input byte */
Bytef *next_out; /* next output byte should be put there */
extern uLong adler32 OF((uLong adler, Bytef *buf, uInt len));
czd->czd_zstr.next_out = (Bytef *)czd->czd_next;
czd->czd_zstr.next_in = (Bytef *)buf;
Bytef *basesrc = (Bytef *)section->dss_data;
Bytef *src = (Bytef *)basesrc;
Bytef *dest = 0;
ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof (Byte));
Bytef *buf;
register Bytef *scan = s->window + s->strstart; /* current string */
register Bytef *match; /* matched string */
register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
register Bytef *strend = s->window + s->strstart + MAX_MATCH;
register Bytef *scan = s->window + s->strstart; /* current string */
register Bytef *match; /* matched string */
register Bytef *strend = s->window + s->strstart + MAX_MATCH;
extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
extern void zmemzero OF((Bytef* dest, uInt len));
typedef uLong (*check_func) OF((uLong check, const Bytef *buf, uInt len));
const Bytef *d, /* dictionary */
Bytef *pending_buf; /* output still pending */
Bytef *pending_out; /* next pending byte to output to the stream */
Bytef *window;
const Bytef *dictionary;
Bytef *p; /* pointer to bytes */
Bytef *pad; /* pad structure to a power of 2 (4 bytes for */
Bytef *window; /* sliding window */
Bytef *end; /* one byte after sliding window */
Bytef *read; /* window read pointer */
Bytef *write; /* window write pointer */
if ((s->window = (Bytef *)ZALLOC(z, 1, w)) == Z_NULL)
Bytef *p; /* input data pointer */
Bytef *q; /* output window write pointer */
const Bytef *d;
Bytef *p; /* input data pointer */
Bytef *q; /* output window write pointer */
Bytef *p; /* input data pointer */
Bytef *q; /* output window write pointer */
Bytef *f; /* pointer to copy strings from */
Bytef *p;
Bytef *q;
Bytef *p; /* input data pointer */
Bytef *q; /* output window write pointer */
Bytef *r; /* copy source pointer */
Bytef* dest;
const Bytef* source;
const Bytef* s1;
const Bytef* s2;
Bytef* dest;
const Bytef *buf;
local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof (*s->head));
s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof (Byte));
const Bytef *dictionary;
ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
Bytef *next_in; /* next input byte */
Bytef *next_out; /* next output byte should be put there */
const Bytef *dictionary, uInt dictLength));
const Bytef *dictionary, uInt dictLength));