Searched refs:charf (Results 1 – 10 of 10) sorted by relevance
| /illumos-gate/usr/src/contrib/zlib/ |
| H A D | deflate.h | 294 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf, 298 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
|
| H A D | zconf.h | 167 # define charf z_charf macro 427 typedef char FAR charf; typedef
|
| H A D | trees.c | 865 charf *buf; /* input block */ 914 charf *buf; /* input block, or NULL if too old */
|
| H A D | deflate.c | 1647 (charf *)&s->window[(unsigned)s->block_start] : \ 1648 (charf *)Z_NULL), \ 1854 _tr_stored_block(s, (charf *)s->window + s->block_start, len, last);
|
| H A D | ChangeLog | 1216 - read_buf buf parameter of type Bytef* instead of charf* 1217 - zmemcpy parameters are of type Bytef*, not charf* (Joseph Strout)
|
| /illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
| H A D | zlib.h | 125 #define charf z_charf macro 314 typedef char FAR charf; typedef
|
| H A D | zlib.c | 584 void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len, 587 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len, 1841 (charf *)&s->window[(unsigned)s->block_start] : \ 1842 (charf *)Z_NULL), \ 2372 local void copy_block OF((deflate_state *s, charf *buf, unsigned len, 3088 charf *buf; /* input block */ 3157 charf *buf; /* input block, or NULL if too old */ 3230 if (buf == (charf*)0) error("block vanished"); 3501 charf *buf; /* the input data */ 4646 zmemcpy((charf *)s->window, d, n);
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
| 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 …]
|
| H A D | zlib.h | 118 typedef char FAR charf; typedef
|
| /illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
| H A D | ratz.c | 404 typedef char FAR charf; typedef 1494 void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len, 1497 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
|