Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
H A Dzutil.c120 int ZLIB_INTERNAL z_verbose = verbose;
122 void ZLIB_INTERNAL z_error(char *m) { in z_error()
145 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len) { in zmemcpy()
152 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) { in zmemcmp()
161 void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len) { in zmemzero()
202 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) { in zcalloc()
227 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree()
263 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, uInt items, uInt size) { in zcalloc()
268 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree()
286 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) { in zcalloc()
[all …]
H A Dzutil.h17 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
19 # define ZLIB_INTERNAL macro
214 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len);
215 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len);
216 void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len);
222 extern int ZLIB_INTERNAL z_verbose;
223 extern void ZLIB_INTERNAL z_error(char *m);
240 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items,
242 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr);
H A Ddeflate.h305 void ZLIB_INTERNAL _tr_init(deflate_state *s);
306 int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc);
307 void ZLIB_INTERNAL _tr_flush_block(deflate_state *s, charf *buf,
309 void ZLIB_INTERNAL _tr_flush_bits(deflate_state *s);
310 void ZLIB_INTERNAL _tr_align(deflate_state *s);
311 void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf,
325 extern uch ZLIB_INTERNAL _length_code[];
326 extern uch ZLIB_INTERNAL _dist_code[];
328 extern const uch ZLIB_INTERNAL _length_code[];
329 extern const uch ZLIB_INTERNAL _dist_code[];
H A Dgzguts.h15 # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) macro
17 # define ZLIB_INTERNAL macro
205 void ZLIB_INTERNAL gz_error(gz_statep, int, const char *);
207 char ZLIB_INTERNAL *gz_strwinerror(DWORD error);
213 unsigned ZLIB_INTERNAL gz_intmax(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(z_streamp strm, unsigned start);
H A Dinftrees.h60 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
H A Dtrees.c455 void ZLIB_INTERNAL _tr_init(deflate_state *s) { in _tr_init()
858 void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf, in _tr_stored_block()
878 void ZLIB_INTERNAL _tr_flush_bits(deflate_state *s) { in _tr_flush_bits()
886 void ZLIB_INTERNAL _tr_align(deflate_state *s) { in _tr_align()
995 void ZLIB_INTERNAL _tr_flush_block(deflate_state *s, charf *buf,
1093 int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc) {
H A Dgzlib.c31 char ZLIB_INTERNAL *gz_strwinerror(DWORD error) { in gz_strwinerror()
531 void ZLIB_INTERNAL gz_error(gz_statep state, int err, const char *msg) { in gz_error()
572 unsigned ZLIB_INTERNAL gz_intmax(void) { in gz_intmax()
H A Dcompress.c8 #define ZLIB_INTERNAL macro
H A Duncompr.c8 #define ZLIB_INTERNAL macro
H A Dzconf.h347 # ifdef ZLIB_INTERNAL
379 # 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 Dzconf.h.in336 # ifdef ZLIB_INTERNAL
368 # ifdef ZLIB_INTERNAL
H A Dzlib.h1873 #if !defined(ZLIB_INTERNAL) && defined(Z_WANT64)
H A DChangeLog425 - Add ZLIB_INTERNAL in front of internal inter-module functions and arrays
426 - Define ZLIB_INTERNAL to hide internal functions and arrays for GNU C
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dgzguts.h20 # 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 Dzstd_zlibwrapper.h21 #define ZLIB_INTERNAL /* disables gz*64 functions but fixes zlib 1.2.4 with Z_PREFIX */ macro
H A Dgzlib.c36 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()
/freebsd/sys/contrib/zlib/test/
H A Dinfcover.c16 #define ZLIB_INTERNAL macro