Home
last modified time | relevance | path

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

/curl/lib/
H A Durl.c2938 bool host_match = FALSE; local
2946 host_match = TRUE;
2959 host_match = strncasecompare(ptr, hostname_to_match,
2964 host_match = host_match && *ptr == ':';
2968 if(host_match) {
2988 if(host_match && port_match) {

Completed in 9 milliseconds