Home
last modified time | relevance | path

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

/f-stack/freebsd/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.h150 # define charf z_charf macro
408 typedef char FAR charf; typedef
H A Dzconf.h.in144 # 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.c1610 (charf *)&s->window[(unsigned)s->block_start] : \
1611 (charf *)Z_NULL), \
1813 _tr_stored_block(s, (charf *)s->window + s->block_start, len, last);
H A DChangeLog1153 - read_buf buf parameter of type Bytef* instead of charf*
1154 - zmemcpy parameters are of type Bytef*, not charf* (Joseph Strout)