Lines Matching refs:local
75 local void fill_window OF((deflate_state *s));
76 local block_state deflate_stored OF((deflate_state *s, int flush));
77 local block_state deflate_fast OF((deflate_state *s, int flush));
78 local block_state deflate_slow OF((deflate_state *s, int flush));
79 local void lm_init OF((deflate_state *s));
80 local void putShortMSB OF((deflate_state *s, uInt b));
81 local void flush_pending OF((z_streamp strm));
82 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
87 local uInt longest_match OF((deflate_state *s, IPos cur_match));
91 local void check_match OF((deflate_state *s, IPos start, IPos match,
125 local const config configuration_table[10] = {
401 local void putShortMSB (s, b)
415 local void flush_pending(strm)
661 local int read_buf(strm, buf, size)
686 local void lm_init (s)
725 local uInt longest_match(s, cur_match)
867 local uInt longest_match(s, cur_match)
926 local void check_match(s, start, match, length)
960 local void fill_window(s)
1080 local block_state deflate_stored(s, flush)
1138 local block_state deflate_fast(s, flush)
1234 local block_state deflate_slow(s, flush)