Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.h294 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 Dzconf.h167 # define charf z_charf macro
427 typedef char FAR charf; typedef
H A Dtrees.c865 charf *buf; /* input block */
914 charf *buf; /* input block, or NULL if too old */
H A Ddeflate.c1647 (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 DChangeLog1216 - 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 Dzlib.h125 #define charf z_charf macro
314 typedef char FAR charf; typedef
H A Dzlib.c584 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 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,
537 local int read_buf OF((z_stream *strm, charf *buf, unsigned size));
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,
1206 (charf *)&s->window[(unsigned)s->block_start] : \
2226 charf *buf; /* input block */
2283 charf *buf; /* input block, or NULL if too old */
2335 if (buf == (charf*)0) error ("block vanished");
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c404 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,