Home | History | Annotate | Download | only in src

Lines Matching refs:HOST

96     // No server info, host name is empty.
102 // If the host starts with a left-bracket, assume the entire host is an
103 // IPv6 literal. Otherwise, assume none of the host is an IPv6 literal.
271 // Compatability data points. I list "host", "path" extracted:
291 // First split into two main parts, the authority (username, password, host,
309 &parsed->host, &parsed->port);
314 // host, path, etc.
344 parsed->host.reset();
388 parsed->host.reset();
600 if (host.is_valid()) {
601 if (type <= HOST)
602 return host.begin;
603 cur = host.end();