Home
last modified time | relevance | path

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

/third_party/node/deps/zlib/
H A Ddeflate.h181 uInt max_lazy_match; member
186 # define max_insert_length max_lazy_match
H A Ddeflate.c111 /* Values for max_lazy_match, good_match and max_chain_length, depending on
718 s->max_lazy_match = configuration_table[s->level].max_lazy; in lm_init()
825 s->max_lazy_match = configuration_table[level].max_lazy; in deflateParams()
842 s->max_lazy_match = (uInt)max_lazy; in deflateTune()
2002 if (hash_head != NIL && s->prev_length < s->max_lazy_match && in deflate_slow()
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.h177 uInt max_lazy_match; member
182 # define max_insert_length max_lazy_match
H A Ddeflate.c134 /* Values for max_lazy_match, good_match and max_chain_length, depending on
659 s->max_lazy_match = configuration_table[level].max_lazy;
681 s->max_lazy_match = (uInt)max_lazy;
1256 s->max_lazy_match = configuration_table[s->level].max_lazy;
2053 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/third_party/libwebsockets/win32port/zlib/
H A Ddeflate.h171 uInt max_lazy_match; member
176 # define max_insert_length max_lazy_match
H A Ddeflate.c112 /* Values for max_lazy_match, good_match and max_chain_length, depending on
490 s->max_lazy_match = configuration_table[level].max_lazy;
512 s->max_lazy_match = max_lazy;
1077 s->max_lazy_match = configuration_table[s->level].max_lazy;
1703 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/third_party/skia/third_party/externals/zlib/
H A Ddeflate.h177 uInt max_lazy_match; member
182 # define max_insert_length max_lazy_match
H A Ddeflate.c134 /* Values for max_lazy_match, good_match and max_chain_length, depending on
653 s->max_lazy_match = configuration_table[level].max_lazy;
675 s->max_lazy_match = (uInt)max_lazy;
1248 s->max_lazy_match = configuration_table[s->level].max_lazy;
2037 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/third_party/zlib/
H A Ddeflate.h181 uInt max_lazy_match; member
186 # define max_insert_length max_lazy_match
H A Ddeflate.c93 /* Values for max_lazy_match, good_match and max_chain_length, depending on
685 s->max_lazy_match = configuration_table[s->level].max_lazy; in lm_init()
792 s->max_lazy_match = configuration_table[level].max_lazy; in deflateParams()
809 s->max_lazy_match = (uInt)max_lazy; in deflateTune()
1956 if (hash_head != NIL && s->prev_length < s->max_lazy_match && in deflate_slow()

Completed in 18 milliseconds