Lines Matching refs:http_parts
201 url_parse::Parsed http_parts; in Parse() local
205 &http_parts, &http_scheme, in Parse()
210 http_parts.username.is_nonempty() && in Parse()
211 http_parts.password.is_nonempty()) { in Parse()
214 http_parts.scheme.reset(); in Parse()
216 &http_parts.username, in Parse()
217 &http_parts.password, in Parse()
218 &http_parts.host, in Parse()
219 &http_parts.port, in Parse()
220 &http_parts.path, in Parse()
221 &http_parts.query, in Parse()
222 &http_parts.ref, in Parse()
229 *parts = http_parts; in Parse()