Searched refs:host_match (Results 1 – 1 of 1) sorted by relevance
5648 int host_match = FALSE; in parse_connect_to_string() local5653 host_match = TRUE; in parse_connect_to_string()5666 host_match = strncasecompare(ptr, hostname_to_match, in parse_connect_to_string()5671 host_match = host_match && *ptr == ':'; in parse_connect_to_string()5675 if(host_match) { in parse_connect_to_string()5695 if(host_match && port_match) { in parse_connect_to_string()