Searched defs:strend (Results 1 – 3 of 3) sorted by relevance
1083 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local1087 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local1217 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local1745 Bytef *scan, *strend; /* scan goes up to strend for length of run */ local
588 register Byte *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local592 register Byte *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
420 static bool strend(const char *haystack, const char *needle) in strend() function