Home | History | Annotate | Download | only in src

Lines Matching refs:url_parse

110               const url_parse::Component& scheme,
112 url_parse::Component* out_scheme) {
115 *out_scheme = url_parse::Component(output->length(), 0);
174 const url_parse::Component& username,
176 const url_parse::Component& password,
178 url_parse::Component* out_username,
179 url_parse::Component* out_password) {
182 *out_username = url_parse::Component();
183 *out_password = url_parse::Component();
205 *out_password = url_parse::Component();
220 const url_parse::Component& port,
223 url_parse::Component* out_port) {
224 int port_num = url_parse::ParsePort(spec, port);
225 if (port_num == url_parse::PORT_UNSPECIFIED ||
227 *out_port = url_parse::Component();
231 if (port_num == url_parse::PORT_INVALID) {
259 const url_parse::Component& ref,
261 url_parse::Component* out_ref) {
264 *out_ref = url_parse::Component();
322 const url_parse::Component& scheme,
324 url_parse::Component* out_scheme) {
329 const url_parse::Component& scheme,
331 url_parse::Component* out_scheme) {
336 const url_parse::Component& username,
338 const url_parse::Component& password,
340 url_parse::Component* out_username,
341 url_parse::Component* out_password) {
348 const url_parse::Component& username,
350 const url_parse::Component& password,
352 url_parse::Component* out_username,
353 url_parse::Component* out_password) {
360 const url_parse::Component& port,
363 url_parse::Component* out_port) {
370 const url_parse::Component& port,
373 url_parse::Component* out_port) {
379 const url_parse::Component& ref,
381 url_parse::Component* out_ref) {
386 const url_parse::Component& ref,
388 url_parse::Component* out_ref) {