Home | History | Annotate | Download | only in lib

Lines Matching refs:host_match

5442   int host_match = FALSE;
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) {