Searched refs:strend (Results 1 – 2 of 2) sorted by relevance
585 register Byte *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local589 register Byte *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local640 scan < strend); in longest_match()647 len = (MAX_MATCH - 1) - (int)(strend-scan); in longest_match()648 scan = strend - (MAX_MATCH-1); in longest_match()674 scan < strend); in longest_match()678 len = MAX_MATCH - (int)(strend - scan); in longest_match()679 scan = strend - MAX_MATCH; in longest_match()
440 static bool strend(const char *haystack, const char *needle) in strend() function458 if (strend(ctl->name, " Switch")) { in test_ctl_name()469 if (!strend(ctl->name, " Switch")) { in test_ctl_name()