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

/external/qemu/distrib/zlib-1.2.3/
H A Duncompr.c8 #define ZLIB_INTERNAL macro
H A Dcompress.c8 #define ZLIB_INTERNAL macro
H A Dadler32.c8 #define ZLIB_INTERNAL macro
H A Dzutil.h16 #define ZLIB_INTERNAL macro
/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
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 Dgzguts.h16 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
18 # define ZLIB_INTERNAL macro
180 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
182 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
191 unsigned ZLIB_INTERNAL gz_intmax OF((void));
/external/chromium/sdch/open-vcdiff/src/
H A Dadler32.c8 #define ZLIB_INTERNAL macro
/external/zlib/
H A Dzutil.h17 # 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));
/external/zlib/src/test/
H A Dinfcover.c16 #define ZLIB_INTERNAL macro

Completed in 284 milliseconds