Searched refs:hostname_component (Results 1 – 1 of 1) sorted by relevance
1628 url_parse::Component hostname_component; in ParseHostAndPort() local1632 &password_component, &hostname_component, &port_component); in ParseHostAndPort()1638 if (!hostname_component.is_nonempty()) in ParseHostAndPort()1655 host->assign(auth_begin + hostname_component.begin, hostname_component.len); in ParseHostAndPort()