Home | History | Annotate | Download | only in zlib

Lines Matching refs:MAX_MATCH

109 uch _length_code[MAX_MATCH-MIN_MATCH+1];
361 "const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {\n");
362 for (i = 0; i < MAX_MATCH-MIN_MATCH+1; i++) {
364 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20));
1041 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&