Home
last modified time | relevance | path

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

/external/curl/lib/
Durl.c2995 int host_match = FALSE; local
3003 host_match = TRUE;
3016 host_match = strncasecompare(ptr, hostname_to_match,
3021 host_match = host_match && *ptr == ':';
3025 if(host_match) {
3045 if(host_match && port_match) {