Home
last modified time | relevance | path

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

/third_party/curl/lib/
Durl.c2983 int host_match = FALSE; local
2991 host_match = TRUE;
3004 host_match = strncasecompare(ptr, hostname_to_match,
3009 host_match = host_match && *ptr == ':';
3013 if(host_match) {
3033 if(host_match && port_match) {