Lines Matching refs:url_parse
66 #include "googleurl/src/url_parse.h"
818 void AdjustComponent(int delta, url_parse::Component* component) {
827 void AdjustComponents(int delta, url_parse::Parsed* parsed) {
841 url_parse::Parsed* new_parsed,
850 url_parse::Parsed* new_parsed,
902 const url_parse::Component& in_component,
905 url_parse::Component* out_component,
945 url_parse::Parsed* new_parsed,
948 url_parse::Parsed parsed_temp;
952 *new_parsed = url_parse::Parsed();
984 const url_parse::Parsed& parsed = url.parsed_for_possibly_invalid_spec();
993 spec.begin() + parsed.CountCharactersBefore(url_parse::Parsed::USERNAME,
1028 const url_parse::Component* nonempty_component =
1348 const url_parse::Component raw_host_component(
1621 // When using url_parse, we use char*.
1625 url_parse::Component auth_component(0, auth_len);
1626 url_parse::Component username_component;
1627 url_parse::Component password_component;
1628 url_parse::Component hostname_component;
1629 url_parse::Component port_component;
1631 url_parse::ParseAuthority(auth_begin, auth_component, &username_component,
1643 parsed_port_number = url_parse::ParsePort(auth_begin, port_component);
1759 url_parse::Parsed* new_parsed,
1762 const url_parse::Component& host =
1798 url_parse::Parsed* new_parsed,
1813 url_parse::Parsed* new_parsed,
1826 url_parse::Parsed* new_parsed,
2098 url_parse::Component host_comp(0, host_brackets.size());
2109 url_parse::Component host_comp(0, ip_literal.size());