Searched refs:Bytef (Results 1 - 2 of 2) sorted by relevance

/development/ndk/platforms/android-3/include/
H A Dzlib.h83 Bytef *next_in; /* next input byte */
87 Bytef *next_out; /* next output byte should be put there */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
539 const Bytef *dictionary,
737 const Bytef *dictionary,
1009 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1010 const Bytef *source, uLong sourceLen));
1024 ZEXTERN int ZEXPORT compress2 OF((Bytef *des
[all...]
H A Dzconf.h53 # define Bytef z_Bytef macro
268 # define Bytef Byte FAR macro
270 typedef Byte FAR Bytef; typedef

Completed in 40 milliseconds