OF                 84 3rdparty/libpng/pngconf.h #  ifdef OF /* zlib prototype munger */
OF                 85 3rdparty/libpng/pngconf.h #    define PNGARG(arglist) OF(arglist)
OF                 12 3rdparty/zlib/adler32.c local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2));
OF                 40 3rdparty/zlib/crc32.c    local unsigned long crc32_little OF((unsigned long,
OF                 42 3rdparty/zlib/crc32.c    local unsigned long crc32_big OF((unsigned long,
OF                 50 3rdparty/zlib/crc32.c local unsigned long gf2_matrix_times OF((unsigned long *mat,
OF                 52 3rdparty/zlib/crc32.c local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
OF                 53 3rdparty/zlib/crc32.c local uLong crc32_combine_ OF((uLong crc1, uLong crc2, z_off64_t len2));
OF                 60 3rdparty/zlib/crc32.c local void make_crc_table OF((void));
OF                 62 3rdparty/zlib/crc32.c    local void write_table OF((FILE *, const z_crc_t FAR *));
OF                 76 3rdparty/zlib/deflate.c local void fill_window    OF((deflate_state *s));
OF                 77 3rdparty/zlib/deflate.c local block_state deflate_stored OF((deflate_state *s, int flush));
OF                 78 3rdparty/zlib/deflate.c local block_state deflate_fast   OF((deflate_state *s, int flush));
OF                 80 3rdparty/zlib/deflate.c local block_state deflate_slow   OF((deflate_state *s, int flush));
OF                 82 3rdparty/zlib/deflate.c local block_state deflate_rle    OF((deflate_state *s, int flush));
OF                 83 3rdparty/zlib/deflate.c local block_state deflate_huff   OF((deflate_state *s, int flush));
OF                 84 3rdparty/zlib/deflate.c local void lm_init        OF((deflate_state *s));
OF                 85 3rdparty/zlib/deflate.c local void putShortMSB    OF((deflate_state *s, uInt b));
OF                 86 3rdparty/zlib/deflate.c local void flush_pending  OF((z_streamp strm));
OF                 87 3rdparty/zlib/deflate.c local int read_buf        OF((z_streamp strm, Bytef *buf, unsigned size));
OF                 89 3rdparty/zlib/deflate.c       void match_init OF((void)); /* asm code initialization */
OF                 90 3rdparty/zlib/deflate.c       uInt longest_match  OF((deflate_state *s, IPos cur_match));
OF                 92 3rdparty/zlib/deflate.c local uInt longest_match  OF((deflate_state *s, IPos cur_match));
OF                 96 3rdparty/zlib/deflate.c local  void check_match OF((deflate_state *s, IPos start, IPos match,
OF                296 3rdparty/zlib/deflate.h void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
OF                297 3rdparty/zlib/deflate.h int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
OF                298 3rdparty/zlib/deflate.h void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
OF                300 3rdparty/zlib/deflate.h void ZLIB_INTERNAL _tr_flush_bits OF((deflate_state *s));
OF                301 3rdparty/zlib/deflate.h void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
OF                302 3rdparty/zlib/deflate.h void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
OF                113 3rdparty/zlib/gzguts.h   extern voidp  malloc OF((uInt size));
OF                114 3rdparty/zlib/gzguts.h   extern void   free   OF((voidpf ptr));
OF                132 3rdparty/zlib/gzguts.h     ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
OF                133 3rdparty/zlib/gzguts.h     ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
OF                134 3rdparty/zlib/gzguts.h     ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
OF                135 3rdparty/zlib/gzguts.h     ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
OF                196 3rdparty/zlib/gzguts.h void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
OF                198 3rdparty/zlib/gzguts.h char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
OF                207 3rdparty/zlib/gzguts.h unsigned ZLIB_INTERNAL gz_intmax OF((void));
OF                 19 3rdparty/zlib/gzlib.c local void gz_reset OF((gz_statep));
OF                 20 3rdparty/zlib/gzlib.c local gzFile gz_open OF((const void *, int, const char *));
OF                  9 3rdparty/zlib/gzread.c local int gz_load OF((gz_statep, unsigned char *, unsigned, unsigned *));
OF                 10 3rdparty/zlib/gzread.c local int gz_avail OF((gz_statep));
OF                 11 3rdparty/zlib/gzread.c local int gz_look OF((gz_statep));
OF                 12 3rdparty/zlib/gzread.c local int gz_decomp OF((gz_statep));
OF                 13 3rdparty/zlib/gzread.c local int gz_fetch OF((gz_statep));
OF                 14 3rdparty/zlib/gzread.c local int gz_skip OF((gz_statep, z_off64_t));
OF                  9 3rdparty/zlib/gzwrite.c local int gz_init OF((gz_statep));
OF                 10 3rdparty/zlib/gzwrite.c local int gz_comp OF((gz_statep, int));
OF                 11 3rdparty/zlib/gzwrite.c local int gz_zero OF((gz_statep, z_off64_t));
OF                 19 3rdparty/zlib/infback.c local void fixedtables OF((struct inflate_state FAR *state));
OF                 11 3rdparty/zlib/inffast.h void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
OF                 95 3rdparty/zlib/inflate.c local void fixedtables OF((struct inflate_state FAR *state));
OF                 96 3rdparty/zlib/inflate.c local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
OF                 99 3rdparty/zlib/inflate.c    void makefixed OF((void));
OF                101 3rdparty/zlib/inflate.c local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf,
OF                 60 3rdparty/zlib/inftrees.h int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
OF                138 3rdparty/zlib/trees.c local void tr_static_init OF((void));
OF                139 3rdparty/zlib/trees.c local void init_block     OF((deflate_state *s));
OF                140 3rdparty/zlib/trees.c local void pqdownheap     OF((deflate_state *s, ct_data *tree, int k));
OF                141 3rdparty/zlib/trees.c local void gen_bitlen     OF((deflate_state *s, tree_desc *desc));
OF                142 3rdparty/zlib/trees.c local void gen_codes      OF((ct_data *tree, int max_code, ushf *bl_count));
OF                143 3rdparty/zlib/trees.c local void build_tree     OF((deflate_state *s, tree_desc *desc));
OF                144 3rdparty/zlib/trees.c local void scan_tree      OF((deflate_state *s, ct_data *tree, int max_code));
OF                145 3rdparty/zlib/trees.c local void send_tree      OF((deflate_state *s, ct_data *tree, int max_code));
OF                146 3rdparty/zlib/trees.c local int  build_bl_tree  OF((deflate_state *s));
OF                147 3rdparty/zlib/trees.c local void send_all_trees OF((deflate_state *s, int lcodes, int dcodes,
OF                149 3rdparty/zlib/trees.c local void compress_block OF((deflate_state *s, const ct_data *ltree,
OF                151 3rdparty/zlib/trees.c local int  detect_data_type OF((deflate_state *s));
OF                152 3rdparty/zlib/trees.c local unsigned bi_reverse OF((unsigned value, int length));
OF                153 3rdparty/zlib/trees.c local void bi_windup      OF((deflate_state *s));
OF                154 3rdparty/zlib/trees.c local void bi_flush       OF((deflate_state *s));
OF                155 3rdparty/zlib/trees.c local void copy_block     OF((deflate_state *s, charf *buf, unsigned len,
OF                159 3rdparty/zlib/trees.c local void gen_trees_header OF((void));
OF                186 3rdparty/zlib/trees.c local void send_bits      OF((deflate_state *s, int value, int length));
OF                216 3rdparty/zlib/zlib.h ZEXTERN const char * ZEXPORT zlibVersion OF((void));
OF                246 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
OF                353 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
OF                392 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
OF                508 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
OF                587 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
OF                631 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest,
OF                649 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT deflateReset OF((z_streamp strm));
OF                660 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm,
OF                681 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT deflateTune OF((z_streamp strm,
OF                698 3rdparty/zlib/zlib.h ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
OF                713 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT deflatePending OF((z_streamp strm,
OF                728 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT deflatePrime OF((z_streamp strm,
OF                745 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT deflateSetHeader OF((z_streamp strm,
OF                819 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT inflateSetDictionary OF((z_streamp strm,
OF                842 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT inflateGetDictionary OF((z_streamp strm,
OF                857 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT inflateSync OF((z_streamp strm));
OF                876 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT inflateCopy OF((z_streamp dest,
OF                892 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT inflateReset OF((z_streamp strm));
OF                902 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT inflateReset2 OF((z_streamp strm,
OF                914 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT inflatePrime OF((z_streamp strm,
OF                935 3rdparty/zlib/zlib.h ZEXTERN long ZEXPORT inflateMark OF((z_streamp strm));
OF                963 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT inflateGetHeader OF((z_streamp strm,
OF               1029 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm,
OF               1099 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT inflateBackEnd OF((z_streamp strm));
OF               1107 3rdparty/zlib/zlib.h ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
OF               1160 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT compress OF((Bytef *dest,   uLongf *destLen,
OF               1174 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT compress2 OF((Bytef *dest,   uLongf *destLen,
OF               1190 3rdparty/zlib/zlib.h ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen));
OF               1197 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT uncompress OF((Bytef *dest,   uLongf *destLen,
OF               1264 3rdparty/zlib/zlib.h ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
OF               1287 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size));
OF               1304 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
OF               1313 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
OF               1341 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
OF               1364 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
OF               1372 3rdparty/zlib/zlib.h ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
OF               1385 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
OF               1391 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT gzgetc OF((gzFile file));
OF               1400 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
OF               1412 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush));
OF               1447 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT    gzrewind OF((gzFile file));
OF               1475 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT gzeof OF((gzFile file));
OF               1490 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT gzdirect OF((gzFile file));
OF               1511 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT    gzclose OF((gzFile file));
OF               1524 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT gzclose_r OF((gzFile file));
OF               1525 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT gzclose_w OF((gzFile file));
OF               1536 3rdparty/zlib/zlib.h ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
OF               1552 3rdparty/zlib/zlib.h ZEXTERN void ZEXPORT gzclearerr OF((gzFile file));
OF               1569 3rdparty/zlib/zlib.h ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
OF               1600 3rdparty/zlib/zlib.h ZEXTERN uLong ZEXPORT crc32   OF((uLong crc, const Bytef *buf, uInt len));
OF               1633 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level,
OF               1635 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT inflateInit_ OF((z_streamp strm,
OF               1637 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT deflateInit2_ OF((z_streamp strm, int  level, int  method,
OF               1641 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT inflateInit2_ OF((z_streamp strm, int  windowBits,
OF               1643 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT inflateBackInit_ OF((z_streamp strm, int windowBits,
OF               1675 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT gzgetc_ OF((gzFile file));  /* backward compatibility */
OF               1692 3rdparty/zlib/zlib.h    ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
OF               1693 3rdparty/zlib/zlib.h    ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
OF               1694 3rdparty/zlib/zlib.h    ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
OF               1695 3rdparty/zlib/zlib.h    ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
OF               1696 3rdparty/zlib/zlib.h    ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off64_t));
OF               1697 3rdparty/zlib/zlib.h    ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t));
OF               1717 3rdparty/zlib/zlib.h      ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
OF               1718 3rdparty/zlib/zlib.h      ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, int));
OF               1719 3rdparty/zlib/zlib.h      ZEXTERN z_off_t ZEXPORT gztell64 OF((gzFile));
OF               1720 3rdparty/zlib/zlib.h      ZEXTERN z_off_t ZEXPORT gzoffset64 OF((gzFile));
OF               1721 3rdparty/zlib/zlib.h      ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t));
OF               1722 3rdparty/zlib/zlib.h      ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
OF               1725 3rdparty/zlib/zlib.h    ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));
OF               1726 3rdparty/zlib/zlib.h    ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
OF               1727 3rdparty/zlib/zlib.h    ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
OF               1728 3rdparty/zlib/zlib.h    ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile));
OF               1729 3rdparty/zlib/zlib.h    ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t));
OF               1730 3rdparty/zlib/zlib.h    ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
OF               1735 3rdparty/zlib/zlib.h    ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t));
OF               1736 3rdparty/zlib/zlib.h    ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
OF               1746 3rdparty/zlib/zlib.h ZEXTERN const char   * ZEXPORT zError           OF((int));
OF               1747 3rdparty/zlib/zlib.h ZEXTERN int            ZEXPORT inflateSyncPoint OF((z_streamp));
OF               1748 3rdparty/zlib/zlib.h ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table    OF((void));
OF               1749 3rdparty/zlib/zlib.h ZEXTERN int            ZEXPORT inflateUndermine OF((z_streamp, int));
OF               1750 3rdparty/zlib/zlib.h ZEXTERN int            ZEXPORT inflateResetKeep OF((z_streamp));
OF               1751 3rdparty/zlib/zlib.h ZEXTERN int            ZEXPORT deflateResetKeep OF((z_streamp));
OF               1753 3rdparty/zlib/zlib.h ZEXTERN gzFile         ZEXPORT gzopen_w OF((const wchar_t *path,
OF                299 3rdparty/zlib/zutil.c extern voidp  malloc OF((uInt size));
OF                300 3rdparty/zlib/zutil.c extern voidp  calloc OF((uInt items, uInt size));
OF                301 3rdparty/zlib/zutil.c extern void   free   OF((voidpf ptr));
OF                173 3rdparty/zlib/zutil.h     ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t));
OF                174 3rdparty/zlib/zutil.h     ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
OF                213 3rdparty/zlib/zutil.h    void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
OF                214 3rdparty/zlib/zutil.h    int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
OF                215 3rdparty/zlib/zutil.h    void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
OF                222 3rdparty/zlib/zutil.h    extern void ZLIB_INTERNAL z_error OF((char *m));
OF                239 3rdparty/zlib/zutil.h    voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
OF                241 3rdparty/zlib/zutil.h    void ZLIB_INTERNAL zcfree  OF((voidpf opaque, voidpf ptr));