• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/contrib/zlib/

Lines Matching refs:local

76 local int deflateStateCheck      OF((z_streamp strm));
77 local void slide_hash OF((deflate_state *s));
78 local void fill_window OF((deflate_state *s));
79 local block_state deflate_stored OF((deflate_state *s, int flush));
80 local block_state deflate_fast OF((deflate_state *s, int flush));
82 local block_state deflate_slow OF((deflate_state *s, int flush));
84 local block_state deflate_rle OF((deflate_state *s, int flush));
85 local block_state deflate_huff OF((deflate_state *s, int flush));
86 local void lm_init OF((deflate_state *s));
87 local void putShortMSB OF((deflate_state *s, uInt b));
88 local void flush_pending OF((z_streamp strm));
89 local unsigned read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
95 local uInt longest_match OF((deflate_state *s, IPos cur_match));
99 local void check_match OF((deflate_state *s, IPos start, IPos match,
129 local const config configuration_table[2] = {
134 local const config configuration_table[10] = {
204 local void slide_hash(s)
356 local int deflateStateCheck (strm)
719 local void putShortMSB (s, b)
733 local void flush_pending(strm)
1167 local unsigned read_buf(strm, buf, size)
1197 local void lm_init (s)
1239 local uInt longest_match(s, cur_match)
1388 local uInt longest_match(s, cur_match)
1451 local void check_match(s, start, match, length)
1485 local void fill_window(s)
1648 local block_state deflate_stored(s, flush)
1829 local block_state deflate_fast(s, flush)
1931 local block_state deflate_slow(s, flush)
2062 local block_state deflate_rle(s, flush)
2135 local block_state deflate_huff(s, flush)