Searched defs:strend (Results 1 – 6 of 6) sorted by relevance
1097 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local1101 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local1231 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local1759 Bytef *scan, *strend; /* scan goes up to strend for length of run */ local
1386 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local1390 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local1537 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local2079 Bytef *scan, *strend; /* scan goes up to strend for length of run */ in deflate_rle() local
1303 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local1307 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local1455 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local2145 Bytef *scan, *strend; /* scan goes up to strend for length of run */ local
1311 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local1315 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local1463 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local2161 Bytef *scan, *strend; /* scan goes up to strend for length of run */ local
1300 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local1304 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local1436 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local2116 Bytef *scan, *strend; /* scan goes up to strend for length of run */ local
461 char *strend(char *str, char *suffix) in strend() function