Home
last modified time | relevance | path

Searched refs:PREFIX4 (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/libz-sys/src/zlib-ng/
Dgzlib.c219 gzFile Z_EXPORT PREFIX4(gzopen)(const char *path, const char *mode) { in PREFIX4() function
289 z_off64_t Z_EXPORT PREFIX4(gzseek)(gzFile file, z_off64_t offset, int whence) { in PREFIX4() function
364 ret = PREFIX4(gzseek)(file, (z_off64_t)offset, whence); in PREFIX()
370 z_off64_t Z_EXPORT PREFIX4(gztell)(gzFile file) { in PREFIX4() function
390 ret = PREFIX4(gztell)(file); in PREFIX()
396 z_off64_t Z_EXPORT PREFIX4(gzoffset)(gzFile file) { in PREFIX4() function
421 ret = PREFIX4(gzoffset)(file); in PREFIX()
Dzbuild.h17 # define PREFIX4(x) x ## 64 macro
24 # define PREFIX4(x) zng_ ## x macro
Dadler32.c132 unsigned long Z_EXPORT PREFIX4(adler32_combine)(unsigned long adler1, unsigned long adler2, z_off64… function
136 uint32_t Z_EXPORT PREFIX4(adler32_combine)(uint32_t adler1, uint32_t adler2, z_off64_t len2) { function
Dcrc32.c197 unsigned long Z_EXPORT PREFIX4(crc32_combine)(unsigned long crc1, unsigned long crc2, z_off64_t len… in PREFIX4() function
201 uint32_t Z_EXPORT PREFIX4(crc32_combine)(uint32_t crc1, uint32_t crc2, z_off64_t len2) { in PREFIX4() function
289 void Z_EXPORT PREFIX4(crc32_combine_gen)(uint32_t *op, z_off64_t len2) { in PREFIX4() function