Lines Matching refs:Bytef
329 const Bytef *dictionary, in z_deflateSetDictionary()
685 const Bytef *dictionary, in z_inflateSetDictionary()
1000 Bytef *dictionary, in z_inflateGetDictionary()
1084 ZEXTERN int ZEXPORT z_compress OF((Bytef *dest, uLongf *destLen, in z_compress()
1085 const Bytef *source, uLong sourceLen)) in z_compress()
1103 ZEXTERN int ZEXPORT z_compress2 OF((Bytef *dest, uLongf *destLen, in z_compress2()
1104 const Bytef *source, uLong sourceLen, in z_compress2()
1128 ZEXTERN int ZEXPORT z_uncompress OF((Bytef *dest, uLongf *destLen, in z_uncompress()
1129 const Bytef *source, uLong sourceLen)) in z_uncompress()
1147 ZEXTERN uLong ZEXPORT z_adler32 OF((uLong adler, const Bytef *buf, uInt len)) in z_adler32()
1152 ZEXTERN uLong ZEXPORT z_crc32 OF((uLong crc, const Bytef *buf, uInt len)) in z_crc32()
1159 ZEXTERN uLong ZEXPORT z_adler32_z OF((uLong adler, const Bytef *buf, z_size_t len)) in z_adler32_z()
1164 ZEXTERN uLong ZEXPORT z_crc32_z OF((uLong crc, const Bytef *buf, z_size_t len)) in z_crc32_z()