Home | History | Annotate | Download | only in base

Lines Matching full:auth_begin

1622   const char* auth_begin = &(*host_and_port_begin);
1631 url_parse::ParseAuthority(auth_begin, auth_component, &username_component,
1643 parsed_port_number = url_parse::ParsePort(auth_begin, port_component);
1655 host->assign(auth_begin + hostname_component.begin, hostname_component.len);