Lines Matching refs:OF

201 extern char *strerror OF((int));
231 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
232 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
233 extern void zmemzero OF((Bytef* dest, uInt len));
242 extern void z_error OF((char *m));
263 typedef uLong (*check_func) OF((uLong check, const Bytef *buf, uInt len));
265 /* voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size)); */
266 /* void zcfree OF((voidpf opaque, voidpf ptr)); */
584 void _tr_init OF((deflate_state *s));
585 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
586 void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
588 void _tr_align OF((deflate_state *s));
589 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
591 void _tr_stored_type_only OF((deflate_state *)); /* PPP */
710 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
713 local void fill_window OF((deflate_state *s));
714 local block_state deflate_stored OF((deflate_state *s, int flush));
715 local block_state deflate_fast OF((deflate_state *s, int flush));
716 local block_state deflate_slow OF((deflate_state *s, int flush));
717 local void lm_init OF((deflate_state *s));
718 local void putShortMSB OF((deflate_state *s, uInt b));
719 local void flush_pending OF((z_streamp strm));
720 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
722 void match_init OF((void)); /* asm code initialization */
723 uInt longest_match OF((deflate_state *s, IPos cur_match));
725 local uInt longest_match OF((deflate_state *s, IPos cur_match));
729 local void check_match OF((deflate_state *s, IPos start, IPos match,
2357 local void tr_static_init OF((void));
2358 local void init_block OF((deflate_state *s));
2359 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k));
2360 local void gen_bitlen OF((deflate_state *s, tree_desc *desc));
2361 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
2362 local void build_tree OF((deflate_state *s, tree_desc *desc));
2363 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
2364 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
2365 local int build_bl_tree OF((deflate_state *s));
2366 local void send_all_trees OF((deflate_state *s, int lcodes, int dcodes,
2368 local void compress_block OF((deflate_state *s, ct_data *ltree,
2370 local void set_data_type OF((deflate_state *s));
2371 local unsigned bi_reverse OF((unsigned value, int length));
2372 local void bi_windup OF((deflate_state *s));
2373 local void bi_flush OF((deflate_state *s));
2374 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
2403 local void send_bits OF((deflate_state *s, int value, int length));
3552 extern inflate_blocks_statef * inflate_blocks_new OF((
3557 extern int inflate_blocks OF((
3562 extern void inflate_blocks_reset OF((
3567 extern int inflate_blocks_free OF((
3571 extern void inflate_set_dictionary OF((
3576 extern int inflate_blocks_sync_point OF((
3580 extern int inflate_addhistory OF((
3585 extern int inflate_packet_flush OF((
4074 extern int inflate_trees_bits OF((
4081 extern int inflate_trees_dynamic OF((
4092 extern int inflate_trees_fixed OF((
4117 extern inflate_codes_statef *inflate_codes_new OF((
4122 extern int inflate_codes OF((
4127 extern void inflate_codes_free OF((
4228 extern int inflate_flush OF((
4763 local int huft_build OF((
5250 extern int inflate_fast OF((
5839 extern void exit OF((int));
6035 extern voidp calloc OF((uInt items, uInt size));
6036 extern void free OF((voidpf ptr));