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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Ddeflate.h195 uInt max_lazy_match; member in struct:internal_state
200 # define max_insert_length max_lazy_match
H A Ddeflate.c142 /* Values for max_lazy_match, good_match and max_chain_length, depending on
468 s->max_lazy_match = configuration_table[level].max_lazy;
490 s->max_lazy_match = max_lazy;
1019 s->max_lazy_match = configuration_table[s->level].max_lazy;
1612 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&

Completed in 305 milliseconds