HomeSort by: relevance | last modified time | path
    Searched refs:ZLIB_INTERNAL (Results 1 - 19 of 19) sorted by relevancy

  /src/common/dist/zlib/
inffast.h 11 void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start);
trees.h 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
zutil.c 122 int ZLIB_INTERNAL z_verbose = verbose;
124 void ZLIB_INTERNAL z_error(char *m) {
147 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len) {
154 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) {
163 void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len) {
204 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) {
229 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) {
265 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, uInt items, uInt size) {
270 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) {
288 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size)
    [all...]
inftrees.h 60 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
gzguts.h 15 # define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
17 # define ZLIB_INTERNAL
206 void ZLIB_INTERNAL gz_error(gz_statep, int, const char *);
208 char ZLIB_INTERNAL *gz_strwinerror(DWORD error);
214 unsigned ZLIB_INTERNAL gz_intmax(void);
deflate.h 307 void ZLIB_INTERNAL _tr_init(deflate_state *s);
308 int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc);
309 void ZLIB_INTERNAL _tr_flush_block(deflate_state *s, charf *buf,
311 void ZLIB_INTERNAL _tr_flush_bits(deflate_state *s);
312 void ZLIB_INTERNAL _tr_align(deflate_state *s);
313 void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf,
327 extern uch ZLIB_INTERNAL _length_code[];
328 extern uch ZLIB_INTERNAL _dist_code[];
330 extern const uch ZLIB_INTERNAL _length_code[];
331 extern const uch ZLIB_INTERNAL _dist_code[]
    [all...]
zutil.h 19 # define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
21 # define ZLIB_INTERNAL
228 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len);
229 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len);
230 void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len);
236 extern int ZLIB_INTERNAL z_verbose;
237 extern void ZLIB_INTERNAL z_error(char *m);
254 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items,
256 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr);
compress.c 10 #define ZLIB_INTERNAL
uncompr.c 10 #define ZLIB_INTERNAL
gzlib.c 29 char ZLIB_INTERNAL *gz_strwinerror(DWORD error) {
529 void ZLIB_INTERNAL gz_error(gz_statep state, int err, const char *msg) {
570 unsigned ZLIB_INTERNAL gz_intmax(void) {
inftrees.c 34 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
zconf.h 344 # ifdef ZLIB_INTERNAL
376 # ifdef ZLIB_INTERNAL
trees.c 409 fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n");
416 "const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {\n");
457 void ZLIB_INTERNAL _tr_init(deflate_state *s) {
860 void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf,
880 void ZLIB_INTERNAL _tr_flush_bits(deflate_state *s) {
888 void ZLIB_INTERNAL _tr_align(deflate_state *s) {
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) {
inffast.c 52 void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start) {
zconf.h.in 336 # ifdef ZLIB_INTERNAL
368 # ifdef ZLIB_INTERNAL
zconf.h.cmakein 338 # ifdef ZLIB_INTERNAL
370 # ifdef ZLIB_INTERNAL
zlib.h 1872 #if !defined(ZLIB_INTERNAL) && defined(Z_WANT64)
configure 822 #define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
823 int ZLIB_INTERNAL foo;
  /src/common/dist/zlib/test/
infcover.c 16 #define ZLIB_INTERNAL

Completed in 25 milliseconds