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

/freebsd-11-stable/sys/contrib/zlib/
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 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
205 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
207 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
216 unsigned ZLIB_INTERNAL gz_intmax OF((void));
H A Dzutil.c120 int ZLIB_INTERNAL z_verbose = verbose;
122 void ZLIB_INTERNAL z_error (m)
149 void ZLIB_INTERNAL zmemcpy(dest, source, len)
160 int ZLIB_INTERNAL zmemcmp(s1, s2, len)
173 void ZLIB_INTERNAL zmemzero(dest, len)
217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size)
243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size)
286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
305 voidpf ZLIB_INTERNAL zcallo
[all...]
H A Ddeflate.h299 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
300 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
301 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
303 void ZLIB_INTERNAL _tr_flush_bits OF((deflate_state *s));
304 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
305 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
319 extern uch ZLIB_INTERNAL _length_code[];
320 extern uch ZLIB_INTERNAL _dist_code[];
322 extern const uch ZLIB_INTERNAL _length_code[];
323 extern const uch ZLIB_INTERNAL _dist_cod
[all...]
H A Dzutil.h17 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
19 # define ZLIB_INTERNAL macro
231 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
232 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
233 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
239 extern int ZLIB_INTERNAL z_verbose;
240 extern void ZLIB_INTERNAL z_error OF((char *m));
257 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
259 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
H A Dcompress.c8 #define ZLIB_INTERNAL macro
H A Duncompr.c8 #define ZLIB_INTERNAL macro
H A Dgzlib.c36 char ZLIB_INTERNAL *gz_strwinerror (error)
582 void ZLIB_INTERNAL gz_error(state, err, msg)
628 unsigned ZLIB_INTERNAL gz_intmax()
H A Dinftrees.c32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work)
H A Dzconf.h337 # ifdef ZLIB_INTERNAL
366 # ifdef ZLIB_INTERNAL
H A Dtrees.c347 fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n");
354 "const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {\n");
379 void ZLIB_INTERNAL _tr_init(s)
863 void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last)
886 void ZLIB_INTERNAL _tr_flush_bits(s)
896 void ZLIB_INTERNAL _tr_align(s)
911 void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last)
1014 int ZLIB_INTERNAL _tr_tally (s, dist, lc)
H A Dinffast.c50 void ZLIB_INTERNAL inflate_fast(strm, start)
H A Dzlib.h1848 #if !defined(ZLIB_INTERNAL) && defined(Z_WANT64)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dadler32.c8 #define ZLIB_INTERNAL macro
H A Dzutil.h21 #define ZLIB_INTERNAL macro
/freebsd-11-stable/sys/contrib/zlib/test/
H A Dinfcover.c16 #define ZLIB_INTERNAL macro

Completed in 214 milliseconds