Searched refs:charf (Results 1 - 4 of 4) sorted by relevance
| /openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/ |
| H A D | zconf.h | 81 # define charf z_charf macro 303 typedef char FAR charf; typedef
|
| H A D | deflate.h | 308 void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len, 311 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
|
| H A D | trees.c | 183 local void copy_block OF((deflate_state *s, charf *buf, unsigned len, 893 charf *buf; /* input block */ 947 charf *buf; /* input block, or NULL if too old */ 1223 charf *buf; /* the input data */
|
| H A D | deflate.c | 1390 (charf *)&s->window[(unsigned)s->block_start] : \ 1391 (charf *)Z_NULL), \
|
Completed in 40 milliseconds