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

/macosx-10.10/rsync-45/rsync/zlib/
H A Ddeflate.h171 uInt max_lazy_match; member in struct:internal_state
176 # define max_insert_length max_lazy_match
H A Ddeflate.c120 /* Values for max_lazy_match, good_match and max_chain_length, depending on
446 s->max_lazy_match = configuration_table[level].max_lazy;
468 s->max_lazy_match = max_lazy;
997 s->max_lazy_match = configuration_table[s->level].max_lazy;
1616 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/macosx-10.10/sudo-73/src/zlib/
H A Ddeflate.h174 uInt max_lazy_match; member in struct:internal_state
179 # define max_insert_length max_lazy_match
H A Ddeflate.c112 /* Values for max_lazy_match, good_match and max_chain_length, depending on
519 s->max_lazy_match = configuration_table[level].max_lazy;
541 s->max_lazy_match = max_lazy;
1113 s->max_lazy_match = configuration_table[s->level].max_lazy;
1763 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Ddeflate.h198 uInt max_lazy_match; member in struct:internal_state
203 # define max_insert_length max_lazy_match
H A Ddeflate.c145 /* Values for max_lazy_match, good_match and max_chain_length, depending on
473 s->max_lazy_match = configuration_table[level].max_lazy;
495 s->max_lazy_match = max_lazy;
1024 s->max_lazy_match = configuration_table[s->level].max_lazy;
1617 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/macosx-10.10/zlib-55/zlib/
H A Ddeflate.h171 uInt max_lazy_match; member in struct:internal_state
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
441 s->max_lazy_match = configuration_table[level].max_lazy;
463 s->max_lazy_match = max_lazy;
1031 s->max_lazy_match = configuration_table[s->level].max_lazy;
1651 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/macosx-10.10/ppp-786.1.1/Helpers/pppdump/
H A Dzlib.c314 uInt max_lazy_match; member in struct:deflate_state
319 # define max_insert_length max_lazy_match
513 /* Values for max_lazy_match, good_match and max_chain_length, depending on
933 s->max_lazy_match = configuration_table[s->level].max_lazy;
1377 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c1381 uInt max_lazy_match; member in struct:internal_state
1386 # define max_insert_length max_lazy_match

Completed in 125 milliseconds