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

/ast/src/lib/libz/
H A Ddeflate.h171 uInt max_lazy_match; member in struct:internal_state
176 # define max_insert_length max_lazy_match
H A Ddeflate.c118 /* Values for max_lazy_match, good_match and max_chain_length, depending on
444 s->max_lazy_match = configuration_table[level].max_lazy;
466 s->max_lazy_match = max_lazy;
995 s->max_lazy_match = configuration_table[s->level].max_lazy;
1588 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/ast/src/cmd/INIT/
H A Dratz.c1381 uInt max_lazy_match; member in struct:internal_state
1386 # define max_insert_length max_lazy_match

Completed in 30 milliseconds