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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzconf.h105 typedef char charf; typedef
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 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), \
/freebsd-11-stable/sys/sys/
H A Dzlib.h101 # define charf z_charf macro
222 typedef char FAR charf; typedef
/freebsd-11-stable/sys/contrib/zlib/
H A Ddeflate.h301 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
305 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
H A Dzconf.h144 # define charf z_charf macro
402 typedef char FAR charf; typedef
H A Dtrees.c865 charf *buf; /* input block */
913 charf *buf; /* input block, or NULL if too old */
H A Ddeflate.c1607 (charf *)&s->window[(unsigned)s->block_start] : \
1608 (charf *)Z_NULL), \
1808 _tr_stored_block(s, (charf *)s->window + s->block_start, len, last);
/freebsd-11-stable/sys/libkern/
H A Dzlib.c541 ulg _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
544 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
633 local int read_buf OF((z_streamp strm, charf *buf, unsigned size));
730 zmemzero((charf *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
858 zmemcpy((charf *)s->window, dictionary, length);
1219 charf *buf;
1429 if (zmemcmp((charf *)s->window + match,
1430 (charf *)s->window + start, length) != EQUAL) {
1483 zmemcpy((charf *)s->window, (charf *)
[all...]

Completed in 136 milliseconds