/external/zlib/ |
D | zutil.c | 120 int ZLIB_INTERNAL z_verbose = verbose; 122 void ZLIB_INTERNAL z_error (m) in z_error() 149 void ZLIB_INTERNAL zmemcpy(dest, source, len) in zmemcpy() 160 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp() 173 void ZLIB_INTERNAL zmemzero(dest, len) in zmemzero() 216 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() 240 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 275 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() 281 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 300 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() [all …]
|
D | zutil.h | 17 # 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((char *m)); 265 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items, 267 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
|
D | deflate.h | 293 void ZLIB_INTERNAL _tr_init OF((deflate_state *s)); 294 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc)); 295 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf, 297 void ZLIB_INTERNAL _tr_align OF((deflate_state *s)); 298 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf, 312 extern uch ZLIB_INTERNAL _length_code[]; 313 extern uch ZLIB_INTERNAL _dist_code[]; 315 extern const uch ZLIB_INTERNAL _length_code[]; 316 extern const uch ZLIB_INTERNAL _dist_code[];
|
D | gzguts.h | 16 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro 18 # define ZLIB_INTERNAL macro 119 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *)); 121 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error)); 130 unsigned ZLIB_INTERNAL gz_intmax OF((void));
|
D | trees.h | 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { 102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
|
D | zconf.in.h | 207 # ifdef ZLIB_INTERNAL 236 # ifdef ZLIB_INTERNAL
|
D | inffast.h | 11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
|
D | inftrees.h | 60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
|
D | gzlib.c | 29 char ZLIB_INTERNAL *gz_strwinerror (error) in gz_strwinerror() 485 void ZLIB_INTERNAL gz_error(state, err, msg) in gz_error() 525 unsigned ZLIB_INTERNAL gz_intmax() in gz_intmax()
|
D | zconf.h | 279 # ifdef ZLIB_INTERNAL 308 # ifdef ZLIB_INTERNAL
|
D | uncompr.c | 8 #define ZLIB_INTERNAL macro
|
D | compress.c | 8 #define ZLIB_INTERNAL macro
|
D | trees.c | 386 void ZLIB_INTERNAL _tr_init(s) in _tr_init() 871 void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last) in _tr_stored_block() 896 void ZLIB_INTERNAL _tr_align(s) in _tr_align() 925 void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) in _tr_flush_block() 1026 int ZLIB_INTERNAL _tr_tally (s, dist, lc) in _tr_tally()
|
/external/chromium/third_party/zlib/ |
D | zconf.h | 210 # ifdef ZLIB_INTERNAL 239 # ifdef ZLIB_INTERNAL
|
D | uncompr.c | 8 #define ZLIB_INTERNAL macro
|
D | compress.c | 8 #define ZLIB_INTERNAL macro
|
D | adler32.c | 8 #define ZLIB_INTERNAL macro
|
D | zutil.h | 16 #define ZLIB_INTERNAL macro
|
/external/qemu/distrib/zlib-1.2.3/ |
D | zconf.h | 207 # ifdef ZLIB_INTERNAL 236 # ifdef ZLIB_INTERNAL
|
D | uncompr.c | 8 #define ZLIB_INTERNAL macro
|
D | compress.c | 8 #define ZLIB_INTERNAL macro
|
D | adler32.c | 8 #define ZLIB_INTERNAL macro
|
D | zutil.h | 16 #define ZLIB_INTERNAL macro
|
/external/chromium/sdch/open-vcdiff/src/ |
D | zconf.h | 207 # ifdef ZLIB_INTERNAL 236 # ifdef ZLIB_INTERNAL
|
D | adler32.c | 8 #define ZLIB_INTERNAL macro
|