| /freebsd/sys/contrib/zlib/ |
| H A D | zutil.c | 128 int ZLIB_INTERNAL z_verbose = verbose; 130 void ZLIB_INTERNAL z_error(char *m) { in z_error() 153 void ZLIB_INTERNAL zmemcpy(void FAR *dst, const void FAR *src, z_size_t n) { in zmemcpy() 162 int ZLIB_INTERNAL zmemcmp(const void FAR *s1, const void FAR *s2, z_size_t n) { in zmemcmp() 172 void ZLIB_INTERNAL zmemzero(void FAR *b, z_size_t len) { in zmemzero() 216 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) { in zcalloc() 241 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree() 277 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, uInt items, uInt size) { in zcalloc() 282 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree() 300 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) { in zcalloc() [all …]
|
| H A D | deflate.h | 311 void ZLIB_INTERNAL _tr_init(deflate_state *s); 312 int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc); 313 void ZLIB_INTERNAL _tr_flush_block(deflate_state *s, charf *buf, 315 void ZLIB_INTERNAL _tr_flush_bits(deflate_state *s); 316 void ZLIB_INTERNAL _tr_align(deflate_state *s); 317 void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf, 331 extern uch ZLIB_INTERNAL _length_code[]; 332 extern uch ZLIB_INTERNAL _dist_code[]; 334 extern const uch ZLIB_INTERNAL _length_code[]; 335 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 221 void ZLIB_INTERNAL zmemcpy(void FAR *, const void FAR *, z_size_t); 222 int ZLIB_INTERNAL zmemcmp(const void FAR *, const void FAR *, z_size_t); 223 void ZLIB_INTERNAL zmemzero(void FAR *, z_size_t); 229 extern int ZLIB_INTERNAL z_verbose; 230 extern void ZLIB_INTERNAL z_error(char *m); 247 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, 249 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr);
|
| H A D | gzguts.h | 15 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro 17 # define ZLIB_INTERNAL macro 207 void ZLIB_INTERNAL gz_error(gz_statep, int, const char *); 209 char ZLIB_INTERNAL *gz_strwinerror(DWORD error); 215 unsigned ZLIB_INTERNAL gz_intmax(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 | inftrees.h | 60 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens, 64 void ZLIB_INTERNAL inflate_fixed(struct inflate_state FAR *state);
|
| H A D | inffast.h | 11 void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start);
|
| H A D | trees.c | 456 void ZLIB_INTERNAL _tr_init(deflate_state *s) { in _tr_init() 860 void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf, in _tr_stored_block() 880 void ZLIB_INTERNAL _tr_flush_bits(deflate_state *s) { in _tr_flush_bits() 888 void ZLIB_INTERNAL _tr_align(deflate_state *s) { in _tr_align() 997 void ZLIB_INTERNAL _tr_flush_block(deflate_state *s, charf *buf, 1095 int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc) {
|
| H A D | gzlib.c | 31 char ZLIB_INTERNAL *gz_strwinerror(DWORD error) { in gz_strwinerror() 557 void ZLIB_INTERNAL gz_error(gz_statep state, int err, const char *msg) { in gz_error() 598 unsigned ZLIB_INTERNAL gz_intmax(void) { in gz_intmax()
|
| H A D | zconf.h | 365 # ifdef ZLIB_INTERNAL 397 # ifdef ZLIB_INTERNAL
|
| H A D | uncompr.c | 8 #define ZLIB_INTERNAL macro
|
| H A D | compress.c | 8 #define ZLIB_INTERNAL macro
|
| H A D | inffast.c | 50 void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start) { in inflate_fast()
|
| H A D | inftrees.c | 46 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens, in inflate_table()
|
| H A D | zconf.h.in | 346 # ifdef ZLIB_INTERNAL 378 # ifdef ZLIB_INTERNAL
|
| H A D | zlib.h | 1992 #if !defined(ZLIB_INTERNAL) && defined(Z_WANT64)
|
| H A D | ChangeLog | 476 - Add ZLIB_INTERNAL in front of internal inter-module functions and arrays 477 - Define ZLIB_INTERNAL to hide internal functions and arrays for GNU C
|
| /freebsd/sys/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 _Z_OF((gz_statep, int, const char *)); 218 char ZLIB_INTERNAL *gz_strwinerror _Z_OF((DWORD error)); 227 unsigned ZLIB_INTERNAL gz_intmax _Z_OF((void));
|
| H A D | zstd_zlibwrapper.h | 16 #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(DWORD error) { in gz_strwinerror() 534 void ZLIB_INTERNAL gz_error(gz_statep state, int err, const char *msg) { in gz_error() 576 unsigned ZLIB_INTERNAL gz_intmax() { in gz_intmax()
|
| /freebsd/sys/contrib/zlib/test/ |
| H A D | infcover.c | 16 #define ZLIB_INTERNAL macro
|