Searched refs:match_found (Results 1 – 2 of 2) sorted by relevance
2981 int match_found = 0; in evhttp_find_vhost() local2992 match_found = 1; in evhttp_find_vhost()3001 return match_found; in evhttp_find_vhost()
10489 bool match_found = false; in IsMatch() local10492 match_found = true; in IsMatch()10496 if (!match_found) return false; in IsMatch()