OF                 58 tools/packfi2/crc32.c    local unsigned long crc32_little OF((unsigned long,
OF                 60 tools/packfi2/crc32.c    local unsigned long crc32_big OF((unsigned long,
OF                 68 tools/packfi2/crc32.c local unsigned long gf2_matrix_times OF((unsigned long *mat,
OF                 70 tools/packfi2/crc32.c local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
OF                 76 tools/packfi2/crc32.c local void make_crc_table OF((void));
OF                 78 tools/packfi2/crc32.c    local void write_table OF((FILE *, const unsigned long FAR *));
OF                 76 tools/packfi2/deflate.c local void fill_window    OF((deflate_state *s));
OF                 77 tools/packfi2/deflate.c local block_state deflate_stored OF((deflate_state *s, int flush));
OF                 78 tools/packfi2/deflate.c local block_state deflate_fast   OF((deflate_state *s, int flush));
OF                 80 tools/packfi2/deflate.c local block_state deflate_slow   OF((deflate_state *s, int flush));
OF                 82 tools/packfi2/deflate.c local void lm_init        OF((deflate_state *s));
OF                 83 tools/packfi2/deflate.c local void putShortMSB    OF((deflate_state *s, uInt b));
OF                 84 tools/packfi2/deflate.c local void flush_pending  OF((z_streamp strm));
OF                 85 tools/packfi2/deflate.c local int read_buf        OF((z_streamp strm, Bytef *buf, unsigned size));
OF                 88 tools/packfi2/deflate.c       void match_init OF((void)); /* asm code initialization */
OF                 89 tools/packfi2/deflate.c       uInt longest_match  OF((deflate_state *s, IPos cur_match));
OF                 91 tools/packfi2/deflate.c local uInt longest_match  OF((deflate_state *s, IPos cur_match));
OF                 94 tools/packfi2/deflate.c local uInt longest_match_fast OF((deflate_state *s, IPos cur_match));
OF                 97 tools/packfi2/deflate.c local  void check_match OF((deflate_state *s, IPos start, IPos match,
OF                282 tools/packfi2/deflate.h void _tr_init         OF((deflate_state *s));
OF                283 tools/packfi2/deflate.h int  _tr_tally        OF((deflate_state *s, unsigned dist, unsigned lc));
OF                284 tools/packfi2/deflate.h void _tr_flush_block  OF((deflate_state *s, charf *buf, ulg stored_len,
OF                286 tools/packfi2/deflate.h void _tr_align        OF((deflate_state *s));
OF                287 tools/packfi2/deflate.h void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
OF                142 tools/packfi2/trees.c local void tr_static_init OF((void));
OF                143 tools/packfi2/trees.c local void init_block     OF((deflate_state *s));
OF                144 tools/packfi2/trees.c local void pqdownheap     OF((deflate_state *s, ct_data *tree, int k));
OF                145 tools/packfi2/trees.c local void gen_bitlen     OF((deflate_state *s, tree_desc *desc));
OF                146 tools/packfi2/trees.c local void gen_codes      OF((ct_data *tree, int max_code, ushf *bl_count));
OF                147 tools/packfi2/trees.c local void build_tree     OF((deflate_state *s, tree_desc *desc));
OF                148 tools/packfi2/trees.c local void scan_tree      OF((deflate_state *s, ct_data *tree, int max_code));
OF                149 tools/packfi2/trees.c local void send_tree      OF((deflate_state *s, ct_data *tree, int max_code));
OF                150 tools/packfi2/trees.c local int  build_bl_tree  OF((deflate_state *s));
OF                151 tools/packfi2/trees.c local void send_all_trees OF((deflate_state *s, int lcodes, int dcodes,
OF                153 tools/packfi2/trees.c local void compress_block OF((deflate_state *s, ct_data *ltree,
OF                155 tools/packfi2/trees.c local void set_data_type  OF((deflate_state *s));
OF                156 tools/packfi2/trees.c local unsigned bi_reverse OF((unsigned value, int length));
OF                157 tools/packfi2/trees.c local void bi_windup      OF((deflate_state *s));
OF                158 tools/packfi2/trees.c local void bi_flush       OF((deflate_state *s));
OF                159 tools/packfi2/trees.c local void copy_block     OF((deflate_state *s, charf *buf, unsigned len,
OF                163 tools/packfi2/trees.c local void gen_trees_header OF((void));
OF                190 tools/packfi2/trees.c local void send_bits      OF((deflate_state *s, int value, int length));
OF                166 tools/packfi2/zconf.h #ifndef OF /* function prototypes */
OF                212 tools/packfi2/zlib.h ZEXTERN const char * ZEXPORT zlibVersion OF((void));
OF                242 tools/packfi2/zlib.h ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
OF                328 tools/packfi2/zlib.h ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
OF                363 tools/packfi2/zlib.h ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
OF                462 tools/packfi2/zlib.h ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
OF                538 tools/packfi2/zlib.h ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
OF                577 tools/packfi2/zlib.h ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest,
OF                595 tools/packfi2/zlib.h ZEXTERN int ZEXPORT deflateReset OF((z_streamp strm));
OF                606 tools/packfi2/zlib.h ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm,
OF                627 tools/packfi2/zlib.h ZEXTERN int ZEXPORT deflateTune OF((z_streamp strm,
OF                644 tools/packfi2/zlib.h ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
OF                653 tools/packfi2/zlib.h ZEXTERN int ZEXPORT deflatePrime OF((z_streamp strm,
OF                669 tools/packfi2/zlib.h ZEXTERN int ZEXPORT deflateSetHeader OF((z_streamp strm,
OF                736 tools/packfi2/zlib.h ZEXTERN int ZEXPORT inflateSetDictionary OF((z_streamp strm,
OF                758 tools/packfi2/zlib.h ZEXTERN int ZEXPORT inflateSync OF((z_streamp strm));
OF                773 tools/packfi2/zlib.h ZEXTERN int ZEXPORT inflateCopy OF((z_streamp dest,
OF                789 tools/packfi2/zlib.h ZEXTERN int ZEXPORT inflateReset OF((z_streamp strm));
OF                799 tools/packfi2/zlib.h ZEXTERN int ZEXPORT inflatePrime OF((z_streamp strm,
OF                815 tools/packfi2/zlib.h ZEXTERN int ZEXPORT inflateGetHeader OF((z_streamp strm,
OF                880 tools/packfi2/zlib.h ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm,
OF                949 tools/packfi2/zlib.h ZEXTERN int ZEXPORT inflateBackEnd OF((z_streamp strm));
OF                957 tools/packfi2/zlib.h ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
OF               1009 tools/packfi2/zlib.h ZEXTERN int ZEXPORT compress OF((Bytef *dest,   uLongf *destLen,
OF               1024 tools/packfi2/zlib.h ZEXTERN int ZEXPORT compress2 OF((Bytef *dest,   uLongf *destLen,
OF               1040 tools/packfi2/zlib.h ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen));
OF               1047 tools/packfi2/zlib.h ZEXTERN int ZEXPORT uncompress OF((Bytef *dest,   uLongf *destLen,
OF               1068 tools/packfi2/zlib.h ZEXTERN gzFile ZEXPORT gzopen  OF((const char *path, const char *mode));
OF               1085 tools/packfi2/zlib.h ZEXTERN gzFile ZEXPORT gzdopen  OF((int fd, const char *mode));
OF               1098 tools/packfi2/zlib.h ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
OF               1106 tools/packfi2/zlib.h ZEXTERN int ZEXPORT    gzread  OF((gzFile file, voidp buf, unsigned len));
OF               1114 tools/packfi2/zlib.h ZEXTERN int ZEXPORT    gzwrite OF((gzFile file,
OF               1122 tools/packfi2/zlib.h ZEXTERN int ZEXPORTVA   gzprintf OF((gzFile file, const char *format, ...));
OF               1135 tools/packfi2/zlib.h ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
OF               1142 tools/packfi2/zlib.h ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
OF               1151 tools/packfi2/zlib.h ZEXTERN int ZEXPORT    gzputc OF((gzFile file, int c));
OF               1157 tools/packfi2/zlib.h ZEXTERN int ZEXPORT    gzgetc OF((gzFile file));
OF               1163 tools/packfi2/zlib.h ZEXTERN int ZEXPORT    gzungetc OF((int c, gzFile file));
OF               1173 tools/packfi2/zlib.h ZEXTERN int ZEXPORT    gzflush OF((gzFile file, int flush));
OF               1183 tools/packfi2/zlib.h ZEXTERN z_off_t ZEXPORT    gzseek OF((gzFile file,
OF               1201 tools/packfi2/zlib.h ZEXTERN int ZEXPORT    gzrewind OF((gzFile file));
OF               1208 tools/packfi2/zlib.h ZEXTERN z_off_t ZEXPORT    gztell OF((gzFile file));
OF               1217 tools/packfi2/zlib.h ZEXTERN int ZEXPORT gzeof OF((gzFile file));
OF               1223 tools/packfi2/zlib.h ZEXTERN int ZEXPORT gzdirect OF((gzFile file));
OF               1229 tools/packfi2/zlib.h ZEXTERN int ZEXPORT    gzclose OF((gzFile file));
OF               1236 tools/packfi2/zlib.h ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
OF               1245 tools/packfi2/zlib.h ZEXTERN void ZEXPORT gzclearerr OF((gzFile file));
OF               1260 tools/packfi2/zlib.h ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
OF               1276 tools/packfi2/zlib.h ZEXTERN uLong ZEXPORT adler32_combine OF((uLong adler1, uLong adler2,
OF               1285 tools/packfi2/zlib.h ZEXTERN uLong ZEXPORT crc32   OF((uLong crc, const Bytef *buf, uInt len));
OF               1301 tools/packfi2/zlib.h ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
OF               1317 tools/packfi2/zlib.h ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level,
OF               1319 tools/packfi2/zlib.h ZEXTERN int ZEXPORT inflateInit_ OF((z_streamp strm,
OF               1321 tools/packfi2/zlib.h ZEXTERN int ZEXPORT deflateInit2_ OF((z_streamp strm, int  level, int  method,
OF               1325 tools/packfi2/zlib.h ZEXTERN int ZEXPORT inflateInit2_ OF((z_streamp strm, int  windowBits,
OF               1327 tools/packfi2/zlib.h ZEXTERN int ZEXPORT inflateBackInit_ OF((z_streamp strm, int windowBits,
OF               1349 tools/packfi2/zlib.h ZEXTERN const char   * ZEXPORT zError           OF((int));
OF               1350 tools/packfi2/zlib.h ZEXTERN int            ZEXPORT inflateSyncPoint OF((z_streamp z));
OF               1351 tools/packfi2/zlib.h ZEXTERN const uLongf * ZEXPORT get_crc_table    OF((void));
OF                295 tools/packfi2/zutil.c extern voidp  malloc OF((uInt size));
OF                296 tools/packfi2/zutil.c extern voidp  calloc OF((uInt items, uInt size));
OF                297 tools/packfi2/zutil.c extern void   free   OF((voidpf ptr));
OF                235 tools/packfi2/zutil.h    extern void zmemcpy  OF((Bytef* dest, const Bytef* source, uInt len));
OF                236 tools/packfi2/zutil.h    extern int  zmemcmp  OF((const Bytef* s1, const Bytef* s2, uInt len));
OF                237 tools/packfi2/zutil.h    extern void zmemzero OF((Bytef* dest, uInt len));
OF                244 tools/packfi2/zutil.h    extern void z_error    OF((char *m));
OF                261 tools/packfi2/zutil.h voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size));
OF                262 tools/packfi2/zutil.h void   zcfree  OF((voidpf opaque, voidpf ptr));