Home | History | Annotate | Download | only in src

Lines Matching refs:PASSWORD

71                    Component* password) {
73 // password.
79 // Found separator: <username>:<password>
81 *password = MakeRange(user.begin + colon_offset + 1,
86 *password = Component();
144 Component* password,
150 password->reset();
165 username, password);
171 password->reset();
291 // First split into two main parts, the authority (username, password, host,
308 DoParseAuthority(spec, authority, &parsed->username, &parsed->password,
343 parsed->password.reset();
387 parsed->password.reset();
594 if (password.is_valid()) {
595 if (type <= PASSWORD)
596 return password.begin;
597 cur = password.end() + 1; // Advance over the '@' at the end.
683 Component* password,
686 DoParseAuthority(spec, auth, username, password, hostname, port_num);
692 Component* password,
695 DoParseAuthority(spec, auth, username, password, hostname, port_num);