Home
last modified time | relevance | path

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

/external/libevent/sample/
Dhostcheck.c123 static int Curl_raw_equal(const char *first, const char *second) in Curl_raw_equal() function
170 return Curl_raw_equal(pattern, hostname) ? in hostmatch()
183 return Curl_raw_equal(pattern, hostname) ? in hostmatch()
188 !Curl_raw_equal(pattern_label_end, hostname_label_end)) in hostmatch()
211 if(Curl_raw_equal(hostname, match_pattern)) /* trivial case */ in Curl_cert_hostcheck()