Home
last modified time | relevance | path

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

/third_party/curl/lib/
Durl.c2952 int host_match = FALSE; local
2960 host_match = TRUE;
2973 host_match = strncasecompare(ptr, hostname_to_match,
2978 host_match = host_match && *ptr == ':';
2982 if(host_match) {
3002 if(host_match && port_match) {