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