Home
last modified time | relevance | path

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

/freebsd/contrib/libevent/sample/
H A 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()
/freebsd/contrib/ntp/sntp/libevent/sample/
H A 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()