Home
last modified time | relevance | path

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

/third_party/libwebsockets/win32port/zlib/
Ddeflate.h171 uInt max_lazy_match; member
176 # define max_insert_length max_lazy_match
Ddeflate.c453 s->max_lazy_match = configuration_table[level].max_lazy;
475 s->max_lazy_match = max_lazy;
1043 s->max_lazy_match = configuration_table[s->level].max_lazy;
1663 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/third_party/zlib/
Ddeflate.h177 uInt max_lazy_match; member
182 # define max_insert_length max_lazy_match
Ddeflate.c648 s->max_lazy_match = configuration_table[level].max_lazy;
670 s->max_lazy_match = (uInt)max_lazy;
1243 s->max_lazy_match = configuration_table[s->level].max_lazy;
2009 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/third_party/node/deps/zlib/
Ddeflate.h177 uInt max_lazy_match; member
182 # define max_insert_length max_lazy_match
Ddeflate.c644 s->max_lazy_match = configuration_table[level].max_lazy;
666 s->max_lazy_match = (uInt)max_lazy;
1239 s->max_lazy_match = configuration_table[s->level].max_lazy;
2009 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/third_party/flutter/skia/third_party/externals/zlib/
Ddeflate.h177 uInt max_lazy_match; member
182 # define max_insert_length max_lazy_match
Ddeflate.c693 s->max_lazy_match = configuration_table[level].max_lazy;
715 s->max_lazy_match = (uInt)max_lazy;
1288 s->max_lazy_match = configuration_table[s->level].max_lazy;
2058 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/third_party/skia/third_party/externals/zlib/
Ddeflate.h177 uInt max_lazy_match; member
182 # define max_insert_length max_lazy_match
Ddeflate.c653 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 &&