ZLIB_INTERNAL     298 third_party/zlib/deflate.h void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
ZLIB_INTERNAL     299 third_party/zlib/deflate.h int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
ZLIB_INTERNAL     300 third_party/zlib/deflate.h void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
ZLIB_INTERNAL     302 third_party/zlib/deflate.h void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
ZLIB_INTERNAL     303 third_party/zlib/deflate.h void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
ZLIB_INTERNAL     317 third_party/zlib/deflate.h   extern uch ZLIB_INTERNAL _length_code[];
ZLIB_INTERNAL     318 third_party/zlib/deflate.h   extern uch ZLIB_INTERNAL _dist_code[];
ZLIB_INTERNAL     320 third_party/zlib/deflate.h   extern const uch ZLIB_INTERNAL _length_code[];
ZLIB_INTERNAL     321 third_party/zlib/deflate.h   extern const uch ZLIB_INTERNAL _dist_code[];
ZLIB_INTERNAL     119 third_party/zlib/gzguts.h void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
ZLIB_INTERNAL     121 third_party/zlib/gzguts.h char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
ZLIB_INTERNAL     130 third_party/zlib/gzguts.h unsigned ZLIB_INTERNAL gz_intmax OF((void));
ZLIB_INTERNAL      31 third_party/zlib/gzlib.c char ZLIB_INTERNAL *gz_strwinerror (error)
ZLIB_INTERNAL     487 third_party/zlib/gzlib.c void ZLIB_INTERNAL gz_error(state, err, msg)
ZLIB_INTERNAL     527 third_party/zlib/gzlib.c unsigned ZLIB_INTERNAL gz_intmax()
ZLIB_INTERNAL      67 third_party/zlib/inffast.c void ZLIB_INTERNAL inflate_fast(strm, start)
ZLIB_INTERNAL      11 third_party/zlib/inffast.h void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
ZLIB_INTERNAL      32 third_party/zlib/inftrees.c int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work)
ZLIB_INTERNAL      60 third_party/zlib/inftrees.h int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
ZLIB_INTERNAL     386 third_party/zlib/trees.c void ZLIB_INTERNAL _tr_init(s)
ZLIB_INTERNAL     871 third_party/zlib/trees.c void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last)
ZLIB_INTERNAL     896 third_party/zlib/trees.c void ZLIB_INTERNAL _tr_align(s)
ZLIB_INTERNAL     925 third_party/zlib/trees.c void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last)
ZLIB_INTERNAL    1026 third_party/zlib/trees.c int ZLIB_INTERNAL _tr_tally (s, dist, lc)
ZLIB_INTERNAL      73 third_party/zlib/trees.h const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
ZLIB_INTERNAL     102 third_party/zlib/trees.h const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
ZLIB_INTERNAL     282 third_party/zlib/zconf.h #      ifdef ZLIB_INTERNAL
ZLIB_INTERNAL     311 third_party/zlib/zconf.h #    ifdef ZLIB_INTERNAL
ZLIB_INTERNAL    1579 third_party/zlib/zlib.h #if !defined(ZLIB_INTERNAL) && _FILE_OFFSET_BITS-0 == 64 && _LFS64_LARGEFILE-0
ZLIB_INTERNAL     120 third_party/zlib/zutil.c int ZLIB_INTERNAL z_verbose = verbose;
ZLIB_INTERNAL     122 third_party/zlib/zutil.c void ZLIB_INTERNAL z_error (m)
ZLIB_INTERNAL     149 third_party/zlib/zutil.c void ZLIB_INTERNAL zmemcpy(dest, source, len)
ZLIB_INTERNAL     160 third_party/zlib/zutil.c int ZLIB_INTERNAL zmemcmp(s1, s2, len)
ZLIB_INTERNAL     173 third_party/zlib/zutil.c void ZLIB_INTERNAL zmemzero(dest, len)
ZLIB_INTERNAL     216 third_party/zlib/zutil.c voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size)
ZLIB_INTERNAL     240 third_party/zlib/zutil.c void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
ZLIB_INTERNAL     275 third_party/zlib/zutil.c voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size)
ZLIB_INTERNAL     281 third_party/zlib/zutil.c void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
ZLIB_INTERNAL     300 third_party/zlib/zutil.c voidpf ZLIB_INTERNAL zcalloc (opaque, items, size)
ZLIB_INTERNAL     310 third_party/zlib/zutil.c void ZLIB_INTERNAL zcfree (opaque, ptr)
ZLIB_INTERNAL     254 third_party/zlib/zutil.h    void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
ZLIB_INTERNAL     255 third_party/zlib/zutil.h    int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
ZLIB_INTERNAL     256 third_party/zlib/zutil.h    void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
ZLIB_INTERNAL     262 third_party/zlib/zutil.h    extern int ZLIB_INTERNAL z_verbose;
ZLIB_INTERNAL     263 third_party/zlib/zutil.h    extern void ZLIB_INTERNAL z_error OF((char *m));
ZLIB_INTERNAL     280 third_party/zlib/zutil.h voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
ZLIB_INTERNAL     282 third_party/zlib/zutil.h void ZLIB_INTERNAL zcfree  OF((voidpf opaque, voidpf ptr));