/src/common/dist/zlib/ |
deflate.h | 309 void ZLIB_INTERNAL _tr_flush_block(deflate_state *s, charf *buf, 313 void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf,
|
zconf.h | 151 # define charf z_charf macro 412 typedef char FAR charf; typedef in typeref:typename:char FAR
|
zconf.h.in | 147 # define charf z_charf macro 404 typedef char FAR charf; typedef in typeref:typename:char FAR
|
zconf.h.cmakein | 149 # define charf z_charf 406 typedef char FAR charf;
|
trees.c | 860 void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf, 997 void ZLIB_INTERNAL _tr_flush_block(deflate_state *s, charf *buf,
|
deflate.c | 1593 (charf *)&s->window[(unsigned)s->block_start] : \ 1594 (charf *)Z_NULL), \ 1797 _tr_stored_block(s, (charf *)s->window + s->block_start, len, last);
|
/src/sys/net/ |
zlib.h | 54 * charf intf uInt uIntf uLong uLonf 92 # define charf z_charf macro 271 typedef char FAR charf; typedef in typeref:typename:char FAR
|
zlib.c | 557 void _tr_flush_block(deflate_state *s, charf *buf, ulg stored_len, 560 void _tr_stored_block(deflate_state *s, charf *buf, ulg stored_len, 1679 (charf *)&s->window[(unsigned)s->block_start] : \ 1680 (charf *)Z_NULL), \ 2259 local void copy_block(deflate_state *s, charf *buf, unsigned len, 2955 charf *buf, /* input block */ 3018 charf *buf, /* input block, or NULL if too old */ 3284 charf *buf, /* the input data */
|