Home
last modified time | relevance | path

Searched refs:match_found (Results 1 – 2 of 2) sorted by relevance

/external/libevent/
Dhttp.c2981 int match_found = 0; in evhttp_find_vhost() local
2992 match_found = 1; in evhttp_find_vhost()
3001 return match_found; in evhttp_find_vhost()
/external/v8/src/
Dobjects.cc10489 bool match_found = false; in IsMatch() local
10492 match_found = true; in IsMatch()
10496 if (!match_found) return false; in IsMatch()