Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/
H A Ddeflate.h171 uInt max_lazy_match; member
176 # define max_insert_length max_lazy_match
H A Ddeflate.c450 s->max_lazy_match = configuration_table[level].max_lazy;
472 s->max_lazy_match = max_lazy;
1001 s->max_lazy_match = configuration_table[s->level].max_lazy;
1594 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Ddeflate.h177 uInt max_lazy_match; member
182 # define max_insert_length max_lazy_match
H A Ddeflate.c648 s->max_lazy_match = configuration_table[level].max_lazy;
670 s->max_lazy_match = (uInt)max_lazy;
1243 s->max_lazy_match = configuration_table[s->level].max_lazy;
2009 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Ddeflate.h177 uInt max_lazy_match; member
182 # define max_insert_length max_lazy_match
H A Ddeflate.c648 s->max_lazy_match = configuration_table[level].max_lazy;
670 s->max_lazy_match = (uInt)max_lazy;
1243 s->max_lazy_match = configuration_table[s->level].max_lazy;
2009 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Ddeflate.h177 uInt max_lazy_match; member
182 # define max_insert_length max_lazy_match
H A Ddeflate.c648 s->max_lazy_match = configuration_table[level].max_lazy;
670 s->max_lazy_match = (uInt)max_lazy;
1243 s->max_lazy_match = configuration_table[s->level].max_lazy;
2009 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/netbsd-src/sys/net/
H A Dzlib.c444 uInt max_lazy_match; member
449 # define max_insert_length max_lazy_match
997 s->max_lazy_match = configuration_table[level].max_lazy;
1320 s->max_lazy_match = configuration_table[s->level].max_lazy; in lm_init()
1885 if (hash_head != NIL && s->prev_length < s->max_lazy_match && in deflate_slow()