Home | History | Annotate | Download | only in src

Lines Matching refs:username

70                    Component* username,
72 // Find the first colon in the user section, which separates the username and
79 // Found separator: <username>:<password>
80 *username = Component(user.begin, colon_offset);
84 // No separator, treat everything as the username
85 *username = user;
143 Component* username,
149 username->reset();
165 username, password);
170 username->reset();
291 // First split into two main parts, the authority (username, password, host,
308 DoParseAuthority(spec, authority, &parsed->username, &parsed->password,
342 parsed->username.reset();
386 parsed->username.reset();
588 if (username.is_valid()) {
589 if (type <= USERNAME)
590 return username.begin;
591 cur = username.end() + 1; // Advance over the '@' or ':' at the end.
682 Component* username,
686 DoParseAuthority(spec, auth, username, password, hostname, port_num);
691 Component* username,
695 DoParseAuthority(spec, auth, username, password, hostname, port_num);