Lines Matching defs:login
420 * Parse the login details (user name, password and options) from the URL and
425 const char *login,
446 DEBUGASSERT(login);
449 ptr = memchr(login, '@', len);
454 * possible login information in a string like:
462 /* We could use the login information in the URL so extract it. Only parse
464 ccode = Curl_parse_login_details(login, ptr - login - 1,
494 *offset = ptr - login;
806 * Parse the login details and strip them out of the host name.