Searched refs:hostmatch (Results 1 – 3 of 3) sorted by relevance
164 static int hostmatch(const char *hostname, const char *pattern) in hostmatch() function215 if(hostmatch(hostname,match_pattern) == CURL_HOST_MATCH) in Curl_cert_hostcheck()
210 + if(**xp == '!' && hostmatch(*xp + 1,dest)) {213 + if(hostmatch(*xp,dest))
419 + if(**xp == '!' && hostmatch(*xp + 1,dest)) {422 + if(hostmatch(*xp,dest))