Searched refs:ZLIB_INTERNAL (Results 1 – 9 of 9) sorted by relevance
/optee_os/core/lib/zlib/ |
A D | zutil.c | 121 int ZLIB_INTERNAL z_verbose = verbose; 123 void ZLIB_INTERNAL z_error (m) in z_error() 150 void ZLIB_INTERNAL zmemcpy(dest, source, len) in zmemcpy() 161 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp() 174 void ZLIB_INTERNAL zmemzero(dest, len) in zmemzero() 218 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() 244 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 281 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() 287 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 306 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() [all …]
|
A D | zutil.h | 18 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro 20 # define ZLIB_INTERNAL macro 232 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 233 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 234 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len)); 240 extern int ZLIB_INTERNAL z_verbose; 241 extern void ZLIB_INTERNAL z_error OF((char *m)); 258 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items, 260 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
|
A D | gzguts.h | 17 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro 19 # define ZLIB_INTERNAL macro 206 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *)); 208 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error)); 217 unsigned ZLIB_INTERNAL gz_intmax OF((void));
|
A D | inffast.h | 12 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
|
A D | inftrees.h | 61 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
|
A D | zconf.h | 342 # ifdef ZLIB_INTERNAL 371 # ifdef ZLIB_INTERNAL
|
A D | inftrees.c | 33 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table()
|
A D | inffast.c | 51 void ZLIB_INTERNAL inflate_fast(strm, start) in inflate_fast()
|
A D | zlib.h | 1848 #if !defined(ZLIB_INTERNAL) && defined(Z_WANT64)
|
Completed in 12 milliseconds