Home
last modified time | relevance | path

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

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dzutil.c123 int ZLIB_INTERNAL z_verbose = verbose;
125 void ZLIB_INTERNAL z_error (m) in z_error()
152 void ZLIB_INTERNAL zmemcpy(dest, source, len) in zmemcpy()
163 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp()
176 void ZLIB_INTERNAL zmemzero(dest, len) in zmemzero()
220 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc()
244 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree()
279 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc()
285 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree()
304 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc()
[all …]
Ddeflate.h296 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
297 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
298 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
300 void ZLIB_INTERNAL _tr_flush_bits OF((deflate_state *s));
301 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
302 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
316 extern uch ZLIB_INTERNAL _length_code[];
317 extern uch ZLIB_INTERNAL _dist_code[];
319 extern const uch ZLIB_INTERNAL _length_code[];
320 extern const uch ZLIB_INTERNAL _dist_code[];
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));
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));
Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
Dinffast.h11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
Dinftrees.h60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
Duncompr.c8 #define ZLIB_INTERNAL macro
Dcompress.c8 #define ZLIB_INTERNAL macro
Dzconf.h314 # ifdef ZLIB_INTERNAL
343 # ifdef ZLIB_INTERNAL
Dgzlib.c33 char ZLIB_INTERNAL *gz_strwinerror (error) in gz_strwinerror()
575 void ZLIB_INTERNAL gz_error(state, err, msg) in gz_error()
622 unsigned ZLIB_INTERNAL gz_intmax() in gz_intmax()
Dtrees.c381 void ZLIB_INTERNAL _tr_init(s) in _tr_init()
865 void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last) in _tr_stored_block()
882 void ZLIB_INTERNAL _tr_flush_bits(s) in _tr_flush_bits()
892 void ZLIB_INTERNAL _tr_align(s) in _tr_align()
907 void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) in _tr_flush_block()
1010 int ZLIB_INTERNAL _tr_tally (s, dist, lc) in _tr_tally()
Dinftrees.c32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table()
Dinffast.c67 void ZLIB_INTERNAL inflate_fast(strm, start) in inflate_fast()
Dzlib.h1700 #if !defined(ZLIB_INTERNAL) && defined(Z_WANT64)
Dconfigure728 int ZLIB_INTERNAL foo;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
Dzutil.h20 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
22 # define ZLIB_INTERNAL macro
216 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
217 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
218 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
224 extern int ZLIB_INTERNAL z_verbose;
225 extern void ZLIB_INTERNAL z_error OF((char *m));
242 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
244 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
Dgzguts.h17 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
19 # define ZLIB_INTERNAL macro
202 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
204 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
213 unsigned ZLIB_INTERNAL gz_intmax OF((void));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dzconf.h207 # ifdef ZLIB_INTERNAL
236 # ifdef ZLIB_INTERNAL
Dzconf.in.h207 # ifdef ZLIB_INTERNAL
236 # ifdef ZLIB_INTERNAL
Duncompr.c8 #define ZLIB_INTERNAL macro
Dcompress.c8 #define ZLIB_INTERNAL macro
Dadler32.c8 #define ZLIB_INTERNAL macro
Dzutil.h24 #define ZLIB_INTERNAL macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
Dzutil.h24 #define ZLIB_INTERNAL macro

12