Lines Matching refs:ZLIB_INTERNAL
120 int ZLIB_INTERNAL z_verbose = verbose;
122 void ZLIB_INTERNAL z_error(char *m) { in z_error()
145 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len) { in zmemcpy()
152 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) { in zmemcmp()
161 void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len) { in zmemzero()
202 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) { in zcalloc()
227 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree()
263 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, uInt items, uInt size) { in zcalloc()
268 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree()
286 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) { in zcalloc()
292 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree()