Searched defs:host_match (Results 1 - 1 of 1) sorted by relevance

/external/curl/lib/
H A Durl.c5442 int host_match = FALSE; local
5447 host_match = TRUE;
5460 host_match = curl_strnequal(ptr, hostname_to_match, hostname_to_match_len);
5464 host_match = host_match && *ptr == ':';
5468 if(host_match) {
5488 if(host_match && port_match) {

Completed in 33 milliseconds