Searched refs:ZLIB_INTERNAL (Results 1 – 9 of 9) sorted by relevance
| /rk3399_ARM-atf/lib/zlib/ |
| H A D | zutil.c | 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() [all …]
|
| H A D | zutil.h | 17 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro 19 # define ZLIB_INTERNAL macro 217 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len); 218 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len); 219 void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len); 225 extern int ZLIB_INTERNAL z_verbose; 226 extern void ZLIB_INTERNAL z_error(char *m); 243 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, 245 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr);
|
| H A D | inffast.h | 11 void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start);
|
| H A D | tf_gunzip.c | 27 static void * ZLIB_INTERNAL zcalloc(void *opaque, unsigned int items, in zcalloc() 47 static void ZLIB_INTERNAL zfree(void *opaque, void *ptr) in zfree()
|
| H A D | inftrees.h | 60 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
|
| H A D | zconf.h | 339 # ifdef ZLIB_INTERNAL 371 # ifdef ZLIB_INTERNAL
|
| H A D | inftrees.c | 32 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens, in inflate_table()
|
| H A D | inffast.c | 50 void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start) { in inflate_fast()
|
| H A D | zlib.h | 1887 #if !defined(ZLIB_INTERNAL) && defined(Z_WANT64)
|