Home
last modified time | relevance | path

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

/external/libevent/sample/
Dhostcheck.c163 static int hostmatch(const char *hostname, const char *pattern) in hostmatch() function
214 if(hostmatch(hostname,match_pattern) == CURL_HOST_MATCH) in Curl_cert_hostcheck()
/external/curl/lib/
Dhostcheck.c65 static int hostmatch(char *hostname, char *pattern) in hostmatch() function
141 if(hostmatch(hostp, matchp) == CURL_HOST_MATCH) in Curl_cert_hostcheck()