Home
last modified time | relevance | path

Searched refs:charf (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/zmod/
H A Ddeflate.h284 void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
287 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
H A Dzconf.h105 typedef char charf; typedef
H A Dtrees.c159 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
869 charf *buf; /* input block */
923 charf *buf; /* input block, or NULL if too old */
1199 charf *buf; /* the input data */
H A Ddeflate.c1372 (charf *)&s->window[(unsigned)s->block_start] : \
1373 (charf *)Z_NULL), \
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h127 #define charf z_charf macro
316 typedef char FAR charf; typedef
H A Dzlib.c586 void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
589 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
1843 (charf *)&s->window[(unsigned)s->block_start] : \
1844 (charf *)Z_NULL), \
2374 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
3090 charf *buf; /* input block */
3159 charf *buf; /* input block, or NULL if too old */
3232 if (buf == (charf*)0) error("block vanished");
3503 charf *buf; /* the input data */
4648 zmemcpy((charf *)s->window, d, n);
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h118 typedef char FAR charf; typedef
H A Dzlib.c410 local ulg ct_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
413 local void ct_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
537 local int read_buf OF((z_stream *strm, charf *buf, unsigned size));
576 zmemzero((charf *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
878 charf *buf;
1081 if (memcmp((charf *)s->window + match,
1082 (charf *)s->window + start, length) != EQUAL) {
1137 zmemcpy((charf *)s->window, (charf *)s->window+wsize,
1181 n = read_buf(s->strm, (charf *)s->window + s->strstart + s->lookahead,
1206 (charf *)&s->window[(unsigned)s->block_start] : \
[all …]