Home
last modified time | relevance | path

Searched refs:ZLIB_INTERNAL (Results 1 – 9 of 9) sorted by relevance

/rk3399_ARM-atf/lib/zlib/
H A Dzutil.c120 int ZLIB_INTERNAL z_verbose = verbose;
122 void ZLIB_INTERNAL z_error(char *m) { in z_error()
145 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len) { in zmemcpy()
152 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) { in zmemcmp()
161 void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len) { in zmemzero()
202 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) { in zcalloc()
227 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree()
263 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, uInt items, uInt size) { in zcalloc()
268 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree()
286 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) { in zcalloc()
[all …]
H A Dzutil.h17 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
19 # define ZLIB_INTERNAL macro
217 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len);
218 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len);
219 void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len);
225 extern int ZLIB_INTERNAL z_verbose;
226 extern void ZLIB_INTERNAL z_error(char *m);
243 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items,
245 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr);
H A Dinffast.h11 void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start);
H A Dtf_gunzip.c27 static void * ZLIB_INTERNAL zcalloc(void *opaque, unsigned int items, in zcalloc()
47 static void ZLIB_INTERNAL zfree(void *opaque, void *ptr) in zfree()
H A Dinftrees.h60 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
H A Dzconf.h339 # ifdef ZLIB_INTERNAL
371 # ifdef ZLIB_INTERNAL
H A Dinftrees.c32 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens, in inflate_table()
H A Dinffast.c50 void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start) { in inflate_fast()
H A Dzlib.h1887 #if !defined(ZLIB_INTERNAL) && defined(Z_WANT64)