Searched refs: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() local636 scan < strend); in longest_match()643 len = (MAX_MATCH - 1) - (int)(strend-scan); in longest_match()644 scan = strend - (MAX_MATCH-1); in longest_match()670 scan < strend); in longest_match()674 len = MAX_MATCH - (int)(strend - scan); in longest_match()675 scan = strend - MAX_MATCH; in longest_match()
459 static bool strend(const char *haystack, const char *needle) in strend() function475 if (strend(ctl->name, " Switch")) { in test_ctl_name()486 if (!strend(ctl->name, " Switch")) { in test_ctl_name()