Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Dzutil.c118 int ZLIB_INTERNAL z_verbose = verbose;
120 void ZLIB_INTERNAL z_error (m) in z_error()
146 void ZLIB_INTERNAL zmemcpy(dest, source, len) in zmemcpy()
157 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp()
170 void ZLIB_INTERNAL zmemzero(dest, len) in zmemzero()
214 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc()
240 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree()
277 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc()
283 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree()
302 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc()
[all …]
H A Ddeflate.h292 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
293 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
294 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
296 void ZLIB_INTERNAL _tr_flush_bits OF((deflate_state *s));
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[];
H A Dzutil.h15 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
17 # define ZLIB_INTERNAL macro
232 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
233 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
234 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
240 extern int ZLIB_INTERNAL z_verbose;
241 extern void ZLIB_INTERNAL z_error OF((char *m));
258 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
260 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
206 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
208 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
217 unsigned ZLIB_INTERNAL gz_intmax OF((void));
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 Dinffast.h11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
H A Dinftrees.h60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
H A Dtrees.c379 void ZLIB_INTERNAL _tr_init(s) in _tr_init()
863 void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last) in _tr_stored_block()
887 void ZLIB_INTERNAL _tr_flush_bits(s) in _tr_flush_bits()
897 void ZLIB_INTERNAL _tr_align(s) in _tr_align()
912 void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) in _tr_flush_block()
1015 int ZLIB_INTERNAL _tr_tally (s, dist, lc) in _tr_tally()
H A Dzconf.h362 # ifdef ZLIB_INTERNAL
391 # 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.h1865 #if !defined(ZLIB_INTERNAL) && defined(Z_WANT64)
H A DChangeLog385 - Add ZLIB_INTERNAL in front of internal inter-module functions and arrays
386 - Define ZLIB_INTERNAL to hide internal functions and arrays for GNU C
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c64 #define ZLIB_INTERNAL 1 macro
339 # ifdef ZLIB_INTERNAL
368 # ifdef ZLIB_INTERNAL