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 Dzconf.h81 # define charf z_charf macro
303 typedef char FAR charf; typedef
H A Ddeflate.h308 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 Dtrees.c183 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 Ddeflate.c1390 (charf *)&s->window[(unsigned)s->block_start] : \
1391 (charf *)Z_NULL), \

Completed in 40 milliseconds