Searched defs:strend (Results 1 – 3 of 3) sorted by relevance
581 register Byte *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local585 register Byte *strend = s->window + s->strstart + MAX_MATCH; in longest_match() 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