Searched refs:authpasswd (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dimap.c1119 char *authpasswd = NULL; local
1130 &authpasswd, &len);
1134 if(authpasswd) {
1135 result = Curl_pp_sendf(&conn->proto.imapc.pp, "%s", authpasswd);
1141 Curl_safefree(authpasswd);
H A Dpop3.c730 char *authpasswd = NULL; local
741 &authpasswd, &len);
745 if(authpasswd) {
746 result = Curl_pp_sendf(&conn->proto.pop3c.pp, "%s", authpasswd);
752 Curl_safefree(authpasswd);
H A Dsmtp.c676 char *authpasswd = NULL; local
687 &authpasswd, &len);
691 if(authpasswd) {
692 result = Curl_pp_sendf(&conn->proto.smtpc.pp, "%s", authpasswd);
698 Curl_safefree(authpasswd);

Completed in 105 milliseconds