HomeSort by relevance Sort by last modified time
    Searched refs:max_lazy_match (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/zlib/
deflate.h 176 uInt max_lazy_match; member in struct:internal_state
181 # define max_insert_length max_lazy_match
deflate.c 113 /* Values for max_lazy_match, good_match and max_chain_length, depending on
447 s->max_lazy_match = configuration_table[level].max_lazy;
469 s->max_lazy_match = max_lazy;
    [all...]

Completed in 30 milliseconds