Searched defs:strend (Results 1 – 6 of 6) sorted by relevance
1131 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local1135 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local1265 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local1805 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
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
1414 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local1418 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local1565 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local2107 Bytef *scan, *strend; /* scan goes up to strend for length of run */ in deflate_rle() local
1376 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local1380 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local1510 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local2056 Bytef *scan, *strend; /* scan goes up to strend for length of run */ in deflate_rle() local
438 char *strend(char *str, char *suffix) in strend() function