Searched refs:max_lazy_match (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/lib/libz/
H A Ddeflate.h174 uInt max_lazy_match; member in struct:internal_state
179 # define max_insert_length max_lazy_match
H A Ddeflate.c112 /* Values for max_lazy_match, good_match and max_chain_length, depending on
521 s->max_lazy_match = configuration_table[level].max_lazy;
543 s->max_lazy_match = max_lazy;
1115 s->max_lazy_match = configuration_table[s->level].max_lazy;
1765 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.h171 uInt max_lazy_match; member in struct:internal_state
176 # define max_insert_length max_lazy_match
H A Ddeflate.c123 /* Values for max_lazy_match, good_match and max_chain_length, depending on
450 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 &&
/freebsd-10.0-release/sys/net/
H A Dzlib.c428 uInt max_lazy_match; member in struct:deflate_state
433 # define max_insert_length max_lazy_match
663 /* Values for max_lazy_match, good_match and max_chain_length, depending on
932 s->max_lazy_match = configuration_table[level].max_lazy;
1251 s->max_lazy_match = configuration_table[s->level].max_lazy;
1762 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&

Completed in 81 milliseconds