Searched refs:strend (Results 1 – 1 of 1) sorted by relevance
1074 Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local1078 Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local1134 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() local1243 scan < strend); in longest_match_fast()[all …]