Searched refs:hostmatch (Results 1 – 2 of 2) sorted by relevance
163 static int hostmatch(const char *hostname, const char *pattern) in hostmatch() function214 if(hostmatch(hostname,match_pattern) == CURL_HOST_MATCH) in Curl_cert_hostcheck()
65 static int hostmatch(char *hostname, char *pattern) in hostmatch() function141 if(hostmatch(hostp, matchp) == CURL_HOST_MATCH) in Curl_cert_hostcheck()