Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:http_parts

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