Searched refs:charf (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.61.2/libkern/libkern/ |
| H A D | zconf.h | 81 # define charf z_charf macro 299 typedef char FAR charf; typedef
|
| /xnu-8792.61.2/libkern/zlib/ |
| H A D | deflate.h | 313 void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len, 316 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
|
| H A D | trees.c | 186 local void copy_block OF((deflate_state *s, charf *buf, unsigned len, 928 _tr_stored_block(deflate_state *s, charf *buf, ulg stored_len, int eof) in _tr_stored_block() 983 _tr_flush_block(deflate_state *s, charf *buf, ulg stored_len, int eof) 1274 copy_block(deflate_state *s, charf *buf, unsigned len, int header)
|
| H A D | deflate.c | 1391 (charf *)&s->window[(unsigned)s->block_start] : \ 1392 (charf *)Z_NULL), \
|