Searched refs:strend (Results 1 – 1 of 1) sorted by relevance
1083 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local1087 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local1143 scan < strend);1150 len = (MAX_MATCH - 1) - (int)(strend-scan);1151 scan = strend - (MAX_MATCH-1);1177 scan < strend);1181 len = MAX_MATCH - (int)(strend - scan);1182 scan = strend - MAX_MATCH;1217 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local1251 scan < strend);[all …]