HomeSort by: relevance | last modified time | path
    Searched refs:max_lazy_match (Results 1 - 3 of 3) sorted by relevancy

  /src/common/dist/zlib/
deflate.h 183 uInt max_lazy_match; member in struct:internal_state
188 # define max_insert_length max_lazy_match
deflate.c 95 /* Values for max_lazy_match, good_match and max_chain_length, depending on
682 s->max_lazy_match = configuration_table[s->level].max_lazy;
789 s->max_lazy_match = configuration_table[level].max_lazy;
806 s->max_lazy_match = (uInt)max_lazy;
1944 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
  /src/sys/net/
zlib.c 444 uInt max_lazy_match; member in struct:deflate_state
449 # define max_insert_length max_lazy_match
722 /* Values for max_lazy_match, good_match and max_chain_length, depending on
997 s->max_lazy_match = configuration_table[level].max_lazy;
1320 s->max_lazy_match = configuration_table[s->level].max_lazy;
1885 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&

Completed in 22 milliseconds