Lines Matching refs:passwd
432 /* If the user/passwd that was used to make the identity for http_context
435 (passwdp && !digest->passwd) || (!passwdp && digest->passwd) ||
437 (passwdp && digest->passwd && Curl_timestrcmp(passwdp, digest->passwd))) {
443 Curl_safefree(digest->passwd);
487 /* free the copy of user/passwd used to make the previous identity */
489 Curl_safefree(digest->passwd);
522 digest->passwd = strdup(passwdp);
524 if(!digest->passwd) {
667 /* Free the copy of user/passwd used to make the identity for http_context */
669 Curl_safefree(digest->passwd);