Home
last modified time | relevance | path

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

/external/libevent/sample/
Dhostcheck.c138 static int Curl_raw_nequal(const char *first, const char *second, size_t max) in Curl_raw_nequal() function
179 Curl_raw_nequal(pattern, "xn--", 4)) { in hostmatch()
199 return Curl_raw_nequal(pattern, hostname, prefixlen) && in hostmatch()
200 Curl_raw_nequal(pattern_wildcard+1, hostname_label_end - suffixlen, in hostmatch()