Lines Matching refs:local
76 local void fill_window OF((deflate_state *s));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
84 local void lm_init OF((deflate_state *s));
85 local void putShortMSB OF((deflate_state *s, uInt b));
86 local void flush_pending OF((z_streamp strm));
87 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
92 local uInt longest_match OF((deflate_state *s, IPos cur_match));
96 local void check_match OF((deflate_state *s, IPos start, IPos match,
126 local const config configuration_table[2] = {
131 local const config configuration_table[10] = {
548 local void putShortMSB (s, b) in putShortMSB()
562 local void flush_pending(strm) in flush_pending()
990 local int read_buf(strm, buf, size) in read_buf()
1020 local void lm_init (s) in lm_init()
1061 local uInt longest_match(s, cur_match) in longest_match()
1210 local uInt longest_match(s, cur_match) in longest_match()
1269 local void check_match(s, start, match, length) in check_match()
1303 local void fill_window(s) in fill_window()
1460 local block_state deflate_stored(s, flush) in deflate_stored()
1518 local block_state deflate_fast(s, flush) in deflate_fast()
1614 local block_state deflate_slow(s, flush) in deflate_slow()
1739 local block_state deflate_rle(s, flush) in deflate_rle()
1805 local block_state deflate_huff(s, flush) in deflate_huff()