Symbol: Bytef
usr/src/boot/common/part.c
191
if (crc32(hdr->hdr_crc_self, (const Bytef *)hdr, sz) != crc) {
usr/src/cmd/bhyve/common/rfb.c
1084
(Bytef *)p, cellwidth * sizeof (uint32_t));
usr/src/cmd/bhyve/common/rfb.c
865
c->rc_zstream.next_in = (Bytef *)p;
usr/src/cmd/bhyve/common/rfb.c
867
c->rc_zstream.next_out = (Bytef *)zbufp;
usr/src/cmd/bhyve/common/rfb.c
941
c->rc_zstream.next_in = (Bytef *)data;
usr/src/cmd/bhyve/common/rfb.c
944
c->rc_zstream.next_out = (Bytef *)c->rc_zbuf;
usr/src/cmd/boot/fiocompress/fiocompress.c
215
ret = compress2(dstbuf, &dlen, (Bytef *)srcaddr, slen, 9);
usr/src/cmd/boot/fiocompress/fiocompress.c
284
ret = uncompress(dstbuf, &dlen, (Bytef *)srcaddr, slen);
usr/src/cmd/boot/fiocompress/fiocompress.c
304
if ((ret = uncompress(dstbuf, &dlen, (Bytef *)srcaddr, slen)) != Z_OK) {
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
121
typedef uLong (*check_func) OF((uLong check, Bytef *buf, uInt len));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
219
Bytef *pending_buf; /* output still pending */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
220
Bytef *pending_out; /* next pending byte to output to the stream */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
234
Bytef *window;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2661
Bytef *pad; /* pad structure to a power of 2 (4 bytes for */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2995
Bytef *p; /* pointer to bytes */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3093
Bytef *window; /* sliding window */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3094
Bytef *end; /* one byte after sliding window */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3095
Bytef *read; /* window read pointer */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3096
Bytef *write; /* window write pointer */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3250
if ((s->window = (Bytef *)ZALLOC(z, 1, w)) == Z_NULL)
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3272
Bytef *p; /* input data pointer */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3274
Bytef *q; /* output window write pointer */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3557
Bytef *p; /* input data pointer */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
3559
Bytef *q; /* output window write pointer */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4163
Bytef *p; /* input data pointer */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4165
Bytef *q; /* output window write pointer */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4167
Bytef *f; /* pointer to copy strings from */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4338
Bytef *p, *q;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4433
Bytef *p; /* input data pointer */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4435
Bytef *q; /* output window write pointer */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4441
Bytef *r; /* copy source pointer */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
4605
Bytef *buf;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
633
s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
944
register Bytef *scan = s->window + s->strstart; /* current string */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
945
register Bytef *match; /* matched string */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
960
register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
964
register Bytef *strend = s->window + s->strstart + MAX_MATCH;
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
160
Bytef *next_in; /* next input byte */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
164
Bytef *next_out; /* next output byte should be put there */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.h
610
extern uLong adler32 OF((uLong adler, Bytef *buf, uInt len));
usr/src/lib/libctf/common/ctf_lib.c
185
czd->czd_zstr.next_out = (Bytef *)czd->czd_next;
usr/src/lib/libctf/common/ctf_lib.c
198
czd->czd_zstr.next_in = (Bytef *)buf;
usr/src/lib/libdwarf/common/dwarf_init_finish.c
1713
Bytef *basesrc = (Bytef *)section->dss_data;
usr/src/lib/libdwarf/common/dwarf_init_finish.c
1714
Bytef *src = (Bytef *)basesrc;
usr/src/lib/libdwarf/common/dwarf_init_finish.c
1719
Bytef *dest = 0;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1328
ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof (Byte));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1384
Bytef *buf;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1457
register Bytef *scan = s->window + s->strstart; /* current string */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1458
register Bytef *match; /* matched string */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1476
register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1480
register Bytef *strend = s->window + s->strstart + MAX_MATCH;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1620
register Bytef *scan = s->window + s->strstart; /* current string */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1621
register Bytef *match; /* matched string */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1623
register Bytef *strend = s->window + s->strstart + MAX_MATCH;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
229
extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
230
extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
231
extern void zmemzero OF((Bytef* dest, uInt len));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
261
typedef uLong (*check_func) OF((uLong check, const Bytef *buf, uInt len));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3571
const Bytef *d, /* dictionary */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
364
Bytef *pending_buf; /* output still pending */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
366
Bytef *pending_out; /* next pending byte to output to the stream */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
380
Bytef *window;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3894
const Bytef *dictionary;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3942
Bytef *p; /* pointer to bytes */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4057
Bytef *pad; /* pad structure to a power of 2 (4 bytes for */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4186
Bytef *window; /* sliding window */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4187
Bytef *end; /* one byte after sliding window */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4188
Bytef *read; /* window read pointer */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4189
Bytef *write; /* window write pointer */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4334
if ((s->window = (Bytef *)ZALLOC(z, 1, w)) == Z_NULL)
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4358
Bytef *p; /* input data pointer */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4360
Bytef *q; /* output window write pointer */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4642
const Bytef *d;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4678
Bytef *p; /* input data pointer */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4680
Bytef *q; /* output window write pointer */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5335
Bytef *p; /* input data pointer */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5337
Bytef *q; /* output window write pointer */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5339
Bytef *f; /* pointer to copy strings from */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5547
Bytef *p;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5548
Bytef *q;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5658
Bytef *p; /* input data pointer */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5660
Bytef *q; /* output window write pointer */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5666
Bytef *r; /* copy source pointer */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5873
Bytef* dest;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5874
const Bytef* source;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5886
const Bytef* s1;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5887
const Bytef* s2;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
5901
Bytef* dest;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
6084
const Bytef *buf;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
718
local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
831
zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof (*s->head));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
916
s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof (Byte));
usr/src/uts/common/io/ppp/spppcomp/zlib.c
947
const Bytef *dictionary;
usr/src/uts/common/io/ppp/spppcomp/zlib.h
1131
ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
usr/src/uts/common/io/ppp/spppcomp/zlib.h
403
Bytef *next_in; /* next input byte */
usr/src/uts/common/io/ppp/spppcomp/zlib.h
407
Bytef *next_out; /* next output byte should be put there */
usr/src/uts/common/io/ppp/spppcomp/zlib.h
800
const Bytef *dictionary, uInt dictLength));
usr/src/uts/common/io/ppp/spppcomp/zlib.h
933
const Bytef *dictionary, uInt dictLength));