Lines Matching refs:local
69 local void fill_window OF((deflate_state *s));
70 local block_state deflate_stored OF((deflate_state *s, int flush));
71 local block_state deflate_fast OF((deflate_state *s, int flush));
72 local block_state deflate_slow OF((deflate_state *s, int flush));
73 local void lm_init OF((deflate_state *s));
74 local void putShortMSB OF((deflate_state *s, uInt b));
75 local void flush_pending OF((z_streamp strm));
76 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
77 local uInt longest_match OF((deflate_state *s, IPos cur_match));
80 local void check_match OF((deflate_state *s, IPos start, IPos match,
114 local const config configuration_table[10] = {
370 local void putShortMSB (s, b) in putShortMSB()
384 local void flush_pending(strm) in flush_pending()
626 local int read_buf(strm, buf, size) in read_buf()
651 local void lm_init (s) in lm_init()
685 local uInt longest_match(s, cur_match) in longest_match()
827 local void check_match(s, start, match, length) in check_match()
861 local void fill_window(s) in fill_window()
980 local block_state deflate_stored(s, flush) in deflate_stored()
1038 local block_state deflate_fast(s, flush) in deflate_fast()
1131 local block_state deflate_slow(s, flush) in deflate_slow()