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/zlib/src/
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/pdfium/third_party/zlib_v128/
H A Duncompr.c8 #define ZLIB_INTERNAL macro
H A Dcompress.c8 #define ZLIB_INTERNAL macro
H A Dzutil.h19 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
21 # define ZLIB_INTERNAL macro
215 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
216 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
217 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
223 extern int ZLIB_INTERNAL z_verbose;
224 extern void ZLIB_INTERNAL z_error OF((char *m));
241 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
243 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
204 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
206 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
215 unsigned ZLIB_INTERNAL gz_intmax OF((void));
/external/zlib/src/test/
H A Dinfcover.c16 #define ZLIB_INTERNAL macro

Completed in 830 milliseconds