Searched refs:charf (Results 1 - 4 of 4) sorted by relevance
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/ |
H A D | deflate.h | 270 void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len, 273 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
|
H A D | zconf.h | 43 # define charf z_charf macro 225 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 */ 1194 charf *buf; /* the input data */
|
H A D | deflate.c | 1056 (charf *)&s->window[(unsigned)s->block_start] : \ 1057 (charf *)Z_NULL), \
|
Completed in 1098 milliseconds