Searched refs:host_match (Results 1 – 1 of 1) sorted by relevance
3280 int host_match = FALSE; in parse_connect_to_string() local3288 host_match = TRUE; in parse_connect_to_string()3301 host_match = strncasecompare(ptr, hostname_to_match, in parse_connect_to_string()3306 host_match = host_match && *ptr == ':'; in parse_connect_to_string()3310 if(host_match) { in parse_connect_to_string()3330 if(host_match && port_match) { in parse_connect_to_string()