• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/

Lines Matching refs:OF

189    extern char *strerror OF((int));
218 extern void zmemcpy OF((Bytef* dest, Bytef* source, uInt len));
219 extern int zmemcmp OF((Bytef* s1, Bytef* s2, uInt len));
220 extern void zmemzero OF((Bytef* dest, uInt len));
229 extern void z_error OF((char *m));
246 typedef uLong (*check_func) OF((uLong check, const Bytef *buf, uInt len));
248 voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size));
249 void zcfree OF((voidpf opaque, voidpf ptr));
528 void _tr_init OF((deflate_state *s));
529 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
530 ulg _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
532 void _tr_align OF((deflate_state *s));
533 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
535 void _tr_stored_type_only OF((deflate_state *));
612 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
615 local void fill_window OF((deflate_state *s));
616 local block_state deflate_stored OF((deflate_state *s, int flush));
617 local block_state deflate_fast OF((deflate_state *s, int flush));
618 local block_state deflate_slow OF((deflate_state *s, int flush));
619 local void lm_init OF((deflate_state *s));
620 local void putShortMSB OF((deflate_state *s, uInt b));
621 local void flush_pending OF((z_streamp strm));
622 local int read_buf OF((z_streamp strm, charf *buf, unsigned size));
624 void match_init OF((void)); /* asm code initialization */
625 uInt longest_match OF((deflate_state *s, IPos cur_match));
627 local uInt longest_match OF((deflate_state *s, IPos cur_match));
631 local void check_match OF((deflate_state *s, IPos start, IPos match,
1965 local void tr_static_init OF((void));
1966 local void init_block OF((deflate_state *s));
1967 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k));
1968 local void gen_bitlen OF((deflate_state *s, tree_desc *desc));
1969 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
1970 local void build_tree OF((deflate_state *s, tree_desc *desc));
1971 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
1972 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
1973 local int build_bl_tree OF((deflate_state *s));
1974 local void send_all_trees OF((deflate_state *s, int lcodes, int dcodes,
1976 local void compress_block OF((deflate_state *s, ct_data *ltree,
1978 local void set_data_type OF((deflate_state *s));
1979 local unsigned bi_reverse OF((unsigned value, int length));
1980 local void bi_windup OF((deflate_state *s));
1981 local void bi_flush OF((deflate_state *s));
1982 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
2016 local void send_bits OF((deflate_state *s, int value, int length));
3011 extern inflate_blocks_statef * inflate_blocks_new OF((
3016 extern int inflate_blocks OF((
3021 extern void inflate_blocks_reset OF((
3026 extern int inflate_blocks_free OF((
3031 extern void inflate_set_dictionary OF((
3036 extern int inflate_addhistory OF((
3040 extern int inflate_packet_flush OF((
3460 extern int inflate_trees_bits OF((
3466 extern int inflate_trees_dynamic OF((
3476 extern int inflate_trees_fixed OF((
3482 extern int inflate_trees_free OF((
3502 extern inflate_codes_statef *inflate_codes_new OF((
3507 extern int inflate_codes OF((
3512 extern void inflate_codes_free OF((
3610 extern int inflate_flush OF((
4115 local int huft_build OF((
4125 local voidpf falloc OF((
4594 extern int inflate_fast OF((
5128 extern void exit OF((int));
5303 extern voidp calloc OF((uInt items, uInt size));
5304 extern void free OF((voidpf ptr));