Lines Matching refs:uLong
471 ZEXTERN uLong ZEXPORT z_deflateBound OF((z_streamp strm, in z_deflateBound()
472 uLong sourceLen)) in z_deflateBound()
1077 ZEXTERN uLong ZEXPORT z_zlibCompileFlags OF((void)) { return zlibCompileFlags(); } in z_zlibCompileFlags()
1085 const Bytef *source, uLong sourceLen)) in z_compress()
1104 const Bytef *source, uLong sourceLen, in z_compress2()
1119 ZEXTERN uLong ZEXPORT z_compressBound OF((uLong sourceLen)) in z_compressBound()
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()