Searched defs:strend (Results 1 – 2 of 2) 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
459 static bool strend(const char *haystack, const char *needle) in strend() function