Home | History | Annotate | Download | only in lib

Lines Matching refs:userpwd

295     userp = &conn->allocptr.userpwd;
2301 "%s" /* userpwd */
2315 conn->allocptr.userpwd?conn->allocptr.userpwd:"",
2333 /* clear userpwd to avoid re-using credentials from re-used connections */
2334 Curl_safefree(conn->allocptr.userpwd);