Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/zmod/
H A Ddeflate.h171 uInt max_lazy_match; member
176 # define max_insert_length max_lazy_match
H A Ddeflate.c450 s->max_lazy_match = configuration_table[level].max_lazy;
472 s->max_lazy_match = max_lazy;
1001 s->max_lazy_match = configuration_table[s->level].max_lazy;
1594 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c450 uInt max_lazy_match; member
456 #define max_insert_length max_lazy_match
1058 s->max_lazy_match = configuration_table[level].max_lazy;
1420 s->max_lazy_match = configuration_table[s->level].max_lazy;
2106 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c292 uInt max_lazy_match; member
297 # define max_insert_length max_lazy_match
911 s->max_lazy_match = configuration_table[s->level].max_lazy;
1355 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&