Searched defs:ZLIB_INTERNAL (Results 1 - 16 of 16) sorted by relevance

/external/python/cpython2/Modules/zlib/
H A Duncompr.c8 #define ZLIB_INTERNAL macro
H A Dcompress.c8 #define ZLIB_INTERNAL macro
H A Dzutil.h17 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
19 # define ZLIB_INTERNAL macro
213 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
214 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
215 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
221 extern int ZLIB_INTERNAL z_verbose;
222 extern void ZLIB_INTERNAL z_error OF((char *m));
239 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
241 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
H A Dgzguts.h16 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
18 # define ZLIB_INTERNAL macro
196 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
198 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
207 unsigned ZLIB_INTERNAL gz_intmax OF((void));
/external/syslinux/com32/lib/zlib/
H A Duncompr.c8 #define ZLIB_INTERNAL macro
H A Dcompress.c8 #define ZLIB_INTERNAL macro
H A Dzutil.h17 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
19 # define ZLIB_INTERNAL macro
239 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
240 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
241 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
247 extern int ZLIB_INTERNAL z_verbose;
248 extern void ZLIB_INTERNAL z_error OF((const char *m));
265 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
267 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
/external/python/cpython3/Modules/zlib/
H A Dcompress.c8 #define ZLIB_INTERNAL macro
H A Duncompr.c8 #define ZLIB_INTERNAL macro
H A Dzutil.h17 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
19 # define ZLIB_INTERNAL macro
231 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
232 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
233 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
239 extern int ZLIB_INTERNAL z_verbose;
240 extern void ZLIB_INTERNAL z_error OF((char *m));
257 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
259 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
H A Dgzguts.h16 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
18 # define ZLIB_INTERNAL macro
205 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
207 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
216 unsigned ZLIB_INTERNAL gz_intmax OF((void));
/external/zlib/src/
H A Dcompress.c8 #define ZLIB_INTERNAL macro
H A Duncompr.c8 #define ZLIB_INTERNAL macro
H A Dzutil.h17 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
19 # define ZLIB_INTERNAL macro
231 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
232 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
233 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
239 extern int ZLIB_INTERNAL z_verbose;
240 extern void ZLIB_INTERNAL z_error OF((char *m));
257 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
259 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
H A Dgzguts.h16 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
18 # define ZLIB_INTERNAL macro
205 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
207 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
216 unsigned ZLIB_INTERNAL gz_intmax OF((void));
/external/zlib/src/test/
H A Dinfcover.c16 #define ZLIB_INTERNAL macro

Completed in 1994 milliseconds