Searched refs:ZLIB_INTERNAL (Results 1 - 21 of 21) sorted by relevance

/vbox/src/libs/zlib-1.2.6/
H A Dinffast.h11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
H A Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
H A Dzutil.c100 int ZLIB_INTERNAL z_verbose = verbose;
102 void ZLIB_INTERNAL z_error (m)
129 void ZLIB_INTERNAL zmemcpy(dest, source, len)
140 int ZLIB_INTERNAL zmemcmp(s1, s2, len)
153 void ZLIB_INTERNAL zmemzero(dest, len)
197 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size)
221 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
256 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size)
262 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
281 voidpf ZLIB_INTERNAL zcallo
[all...]
H A Dinftrees.h60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
H A Dgzguts.h16 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
18 # define ZLIB_INTERNAL macro
183 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
185 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
194 unsigned ZLIB_INTERNAL gz_intmax OF((void));
H A 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_cod
[all...]
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 Duncompr.c8 #define ZLIB_INTERNAL macro
H A Dcompress.c8 #define ZLIB_INTERNAL macro
H A Dgzlib.c33 char ZLIB_INTERNAL *gz_strwinerror (error)
508 void ZLIB_INTERNAL gz_error(state, err, msg)
552 unsigned ZLIB_INTERNAL gz_intmax()
H A Dinftrees.c32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work)
H A Dtrees.c349 fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n");
356 "const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {\n");
381 void ZLIB_INTERNAL _tr_init(s)
865 void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last)
882 void ZLIB_INTERNAL _tr_flush_bits(s)
892 void ZLIB_INTERNAL _tr_align(s)
907 void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last)
1008 int ZLIB_INTERNAL _tr_tally (s, dist, lc)
H A Dzconf.h406 # ifdef ZLIB_INTERNAL
435 # ifdef ZLIB_INTERNAL
H A Dinffast.c67 void ZLIB_INTERNAL inflate_fast(strm, start)
H A Dzconf.h.cmakein313 # ifdef ZLIB_INTERNAL
342 # ifdef ZLIB_INTERNAL
H A Dzconf.h.in311 # ifdef ZLIB_INTERNAL
340 # ifdef ZLIB_INTERNAL
H A Dzlib.h1672 #if !defined(ZLIB_INTERNAL) && _FILE_OFFSET_BITS-0 == 64 && _LFS64_LARGEFILE-0
H A Dconfigure613 # define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
615 # define ZLIB_INTERNAL
617 int ZLIB_INTERNAL foo;
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Modules/zlib/
H A Dzutil.h16 #define ZLIB_INTERNAL macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
H A Dzutil.h26 #define ZLIB_INTERNAL macro
/vbox/src/libs/zlib-1.2.6/test/
H A Dinfcover.c16 #define ZLIB_INTERNAL macro

Completed in 1993 milliseconds