| /f-stack/freebsd/contrib/zlib/ |
| H A D | zutil.c | 120 int ZLIB_INTERNAL z_verbose = verbose; 122 void ZLIB_INTERNAL z_error (m) in z_error() 149 void ZLIB_INTERNAL zmemcpy(dest, source, len) in zmemcpy() 160 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp() 173 void ZLIB_INTERNAL zmemzero(dest, len) in zmemzero() 217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() 243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() 286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 305 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() [all …]
|
| H A D | deflate.h | 299 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_code[];
|
| H A D | zutil.h | 17 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro 19 # define ZLIB_INTERNAL macro 234 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 235 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 236 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len)); 242 extern int ZLIB_INTERNAL z_verbose; 243 extern void ZLIB_INTERNAL z_error OF((char *m)); 260 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items, 262 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
|
| H A D | gzguts.h | 16 # 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 D | trees.h | 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { 102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
|
| H A D | inffast.h | 11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
|
| H A D | inftrees.h | 60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
|
| H A D | compress.c | 8 #define ZLIB_INTERNAL macro
|
| H A D | uncompr.c | 8 #define ZLIB_INTERNAL macro
|
| H A D | gzlib.c | 36 char ZLIB_INTERNAL *gz_strwinerror (error) in gz_strwinerror() 582 void ZLIB_INTERNAL gz_error(state, err, msg) in gz_error() 628 unsigned ZLIB_INTERNAL gz_intmax() in gz_intmax()
|
| H A D | trees.c | 379 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() 886 void ZLIB_INTERNAL _tr_flush_bits(s) in _tr_flush_bits() 896 void ZLIB_INTERNAL _tr_align(s) in _tr_align() 911 void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) in _tr_flush_block() 1014 int ZLIB_INTERNAL _tr_tally (s, dist, lc) in _tr_tally()
|
| H A D | zconf.h | 343 # ifdef ZLIB_INTERNAL 372 # ifdef ZLIB_INTERNAL
|
| H A D | inftrees.c | 32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table()
|
| H A D | inffast.c | 50 void ZLIB_INTERNAL inflate_fast(strm, start) in inflate_fast()
|
| H A D | zconf.h.in | 337 # ifdef ZLIB_INTERNAL 366 # ifdef ZLIB_INTERNAL
|
| H A D | zlib.h | 1851 #if !defined(ZLIB_INTERNAL) && defined(Z_WANT64)
|
| H A D | ChangeLog | 322 - Add ZLIB_INTERNAL in front of internal inter-module functions and arrays 323 - Define ZLIB_INTERNAL to hide internal functions and arrays for GNU C
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | gzguts.h | 20 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro 22 # define ZLIB_INTERNAL macro 216 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *)); 218 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error)); 227 unsigned ZLIB_INTERNAL gz_intmax OF((void));
|
| H A D | zstd_zlibwrapper.h | 21 #define ZLIB_INTERNAL /* disables gz*64 functions but fixes zlib 1.2.4 with Z_PREFIX */ macro
|
| H A D | gzlib.c | 36 char ZLIB_INTERNAL *gz_strwinerror (error) in gz_strwinerror() 582 void ZLIB_INTERNAL gz_error(state, err, msg) in gz_error() 628 unsigned ZLIB_INTERNAL gz_intmax() in gz_intmax()
|
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | infcover.c | 16 #define ZLIB_INTERNAL macro
|