Searched defs:ZLIB_INTERNAL (Results 1 - 7 of 7) sorted by relevance
/vbox/src/libs/zlib-1.2.6/ |
H A D | uncompr.c | 8 #define ZLIB_INTERNAL macro
|
H A D | compress.c | 8 #define ZLIB_INTERNAL macro
|
H A D | zutil.h | 17 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro 19 # define ZLIB_INTERNAL macro 212 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 213 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 214 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len)); 220 extern int ZLIB_INTERNAL z_verbose; 221 extern void ZLIB_INTERNAL z_error OF((char *m)); 238 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items, 240 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
|
H A D | gzguts.h | 16 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro 18 # define ZLIB_INTERNAL macro 183 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *)); 185 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error)); 194 unsigned ZLIB_INTERNAL gz_intmax OF((void));
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Modules/zlib/ |
H A D | zutil.h | 16 #define ZLIB_INTERNAL macro
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/ |
H A D | zutil.h | 26 #define ZLIB_INTERNAL macro
|
/vbox/src/libs/zlib-1.2.6/test/ |
H A D | infcover.c | 16 #define ZLIB_INTERNAL macro
|
Completed in 53 milliseconds