Searched refs: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; local1143 scan < strend);1150 len = (MAX_MATCH - 1) - (int)(strend-scan);1151 scan = strend - (MAX_MATCH-1);1177 scan < strend);1181 len = MAX_MATCH - (int)(strend - scan);1182 scan = strend - MAX_MATCH;1217 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local1251 scan < strend);[all …]
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() local643 scan < strend); in longest_match()650 len = (MAX_MATCH - 1) - (int)(strend-scan); in longest_match()651 scan = strend - (MAX_MATCH-1); in longest_match()677 scan < strend); in longest_match()681 len = MAX_MATCH - (int)(strend - scan); in longest_match()682 scan = strend - MAX_MATCH; in longest_match()
420 static bool strend(const char *haystack, const char *needle) in strend() function438 if (strend(ctl->name, " Switch")) { in test_ctl_name()449 if (!strend(ctl->name, " Switch")) { in test_ctl_name()