Searched refs:charf (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/zlib/ |
| H A D | deflate.h | 301 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 D | zconf.h | 150 # define charf z_charf macro 408 typedef char FAR charf; typedef
|
| H A D | zconf.h.in | 144 # define charf z_charf macro 402 typedef char FAR charf; typedef
|
| H A D | trees.c | 865 charf *buf; /* input block */ 913 charf *buf; /* input block, or NULL if too old */
|
| H A D | deflate.c | 1610 (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 D | ChangeLog | 1153 - read_buf buf parameter of type Bytef* instead of charf* 1154 - zmemcpy parameters are of type Bytef*, not charf* (Joseph Strout)
|