Searched refs:charf (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libz/ |
H A D | deflate.h | 284 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 D | zconf.h | 71 # define charf z_charf macro 287 typedef char FAR charf; typedef
|
H A D | trees.c | 159 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 D | deflate.c | 1366 (charf *)&s->window[(unsigned)s->block_start] : \ 1367 (charf *)Z_NULL), \
|
/ast/src/cmd/INIT/ |
H A D | ratz.c | 404 typedef char FAR charf; typedef 1494 void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len, 1497 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
|
Completed in 27 milliseconds