Lines Matching refs:strend
1074 Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local
1078 Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
1134 scan < strend); in longest_match()
1141 len = (MAX_MATCH - 1) - (int)(strend-scan); in longest_match()
1142 scan = strend - (MAX_MATCH-1); in longest_match()
1169 scan < strend); in longest_match()
1173 len = MAX_MATCH - (int)(strend - scan); in longest_match()
1174 scan = strend - MAX_MATCH; in longest_match()
1208 Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match_fast() local
1243 scan < strend); in longest_match_fast()
1247 len = MAX_MATCH - (int)(strend - scan); in longest_match_fast()