Searched refs:charf (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/zmod/ |
H A D | deflate.h | 284 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 D | zconf.h | 105 typedef char charf; typedef
|
H A D | trees.c | 159 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 D | deflate.c | 1372 (charf *)&s->window[(unsigned)s->block_start] : \ 1373 (charf *)Z_NULL), \
|
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.h | 127 #define charf z_charf macro 316 typedef char FAR charf; typedef
|
H A D | zlib.c | 586 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_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.h | 118 typedef char FAR charf; typedef
|
H A D | zlib.c | 410 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 …]
|