Symbol: charf
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1081
if (memcmp((charf *)s->window + match,
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1082
(charf *)s->window + start, length) != EQUAL) {
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1137
zmemcpy((charf *)s->window, (charf *)s->window+wsize,
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1181
n = read_buf(s->strm, (charf *)s->window + s->strstart + s->lookahead,
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1206
(charf *)&s->window[(unsigned)s->block_start] : \
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1207
(charf *)Z_NULL), (long)s->strstart - s->block_start, (flush)); \
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
1586
local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2226
charf *buf; /* input block */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2283
charf *buf; /* input block, or NULL if too old */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2335
if (buf == (charf*)0) error ("block vanished");
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
2574
charf *buf; /* the input data */
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
410
local ulg ct_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
413
local void ct_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
537
local int read_buf OF((z_stream *strm, charf *buf, unsigned size));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
576
zmemzero((charf *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
usr/src/cmd/cmd-inet/usr.bin/pppdump/zlib.c
878
charf *buf;
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1841
(charf *)&s->window[(unsigned)s->block_start] : \
usr/src/uts/common/io/ppp/spppcomp/zlib.c
1842
(charf *)Z_NULL), \
usr/src/uts/common/io/ppp/spppcomp/zlib.c
2372
local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3088
charf *buf; /* input block */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3157
charf *buf; /* input block, or NULL if too old */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3230
if (buf == (charf*)0) error("block vanished");
usr/src/uts/common/io/ppp/spppcomp/zlib.c
3501
charf *buf; /* the input data */
usr/src/uts/common/io/ppp/spppcomp/zlib.c
4646
zmemcpy((charf *)s->window, d, n);
usr/src/uts/common/io/ppp/spppcomp/zlib.c
584
void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
usr/src/uts/common/io/ppp/spppcomp/zlib.c
587
void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,