Lines Matching refs:Bytef
91 # define Bytef z_Bytef macro
267 # define Bytef Byte FAR macro
269 typedef Byte FAR Bytef; typedef
363 Bytef *next_in; /* next input byte */
367 Bytef *next_out; /* next output byte should be put there */
744 ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp, const Bytef *, uInt);
863 ZEXTERN int ZEXPORT inflateSetDictionary(z_streamp, const Bytef *, uInt);
916 ZEXTERN int ZEXPORT compress(Bytef *, uLongf *, const Bytef *, uLong);
930 ZEXTERN int ZEXPORT compress2(Bytef *, uLongf *, const Bytef *,
944 ZEXTERN int ZEXPORT uncompress(Bytef *, uLongf *, const Bytef *, uLong);
1134 ZEXTERN uLong ZEXPORT adler32(uLong, const Bytef *, uInt);
1152 ZEXTERN uLong ZEXPORT crc32(uLong, const Bytef *, uInt);