Home
last modified time | relevance | path

Searched refs:max_lazy_match (Results 1 – 9 of 9) sorted by relevance

/dflybsd-src/sbin/hammer2/zlib/
H A Dhammer2_zlib_deflate.h165 uInt max_lazy_match; member
170 # define max_insert_length max_lazy_match
H A Dhammer2_zlib_deflate.c580 s->max_lazy_match = configuration_table[s->level].max_lazy; in lm_init()
1003 if (hash_head != NIL && s->prev_length < s->max_lazy_match && in deflate_slow()
/dflybsd-src/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_deflate.h165 uInt max_lazy_match; member
170 # define max_insert_length max_lazy_match
H A Dhammer2_zlib_deflate.c585 s->max_lazy_match = configuration_table[s->level].max_lazy; in lm_init()
1008 if (hash_head != NIL && s->prev_length < s->max_lazy_match && in deflate_slow()
/dflybsd-src/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib_deflate.h165 uInt max_lazy_match; member
170 # define max_insert_length max_lazy_match
H A Dhammer2_zlib_deflate.c585 s->max_lazy_match = configuration_table[s->level].max_lazy; in lm_init()
1008 if (hash_head != NIL && s->prev_length < s->max_lazy_match && in deflate_slow()
/dflybsd-src/contrib/zlib-1.2/
H A Ddeflate.h177 uInt max_lazy_match; member
182 # define max_insert_length max_lazy_match
H A Ddeflate.c607 s->max_lazy_match = configuration_table[level].max_lazy;
629 s->max_lazy_match = (uInt)max_lazy;
1203 s->max_lazy_match = configuration_table[s->level].max_lazy;
1961 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/dflybsd-src/sys/net/
H A Dzlib.c430 uInt max_lazy_match; member
435 # define max_insert_length max_lazy_match
922 s->max_lazy_match = configuration_table[level].max_lazy; in deflateParams()
1236 s->max_lazy_match = configuration_table[s->level].max_lazy; in lm_init()
1744 if (hash_head != NIL && s->prev_length < s->max_lazy_match && in deflate_slow()