Searched defs:smtpcode (Results 1 – 1 of 1) sorted by relevance
/external/curl/lib/ |
D | smtp.c | 660 int smtpcode, in smtp_state_servergreet_resp() 680 int smtpcode, in smtp_state_starttls_resp() 703 static CURLcode smtp_state_ehlo_resp(struct connectdata *conn, int smtpcode, in smtp_state_ehlo_resp() 798 static CURLcode smtp_state_helo_resp(struct connectdata *conn, int smtpcode, in smtp_state_helo_resp() 819 int smtpcode, in smtp_state_auth_resp() 847 static CURLcode smtp_state_command_resp(struct connectdata *conn, int smtpcode, in smtp_state_command_resp() 893 static CURLcode smtp_state_mail_resp(struct connectdata *conn, int smtpcode, in smtp_state_mail_resp() 913 static CURLcode smtp_state_rcpt_resp(struct connectdata *conn, int smtpcode, in smtp_state_rcpt_resp() 945 static CURLcode smtp_state_data_resp(struct connectdata *conn, int smtpcode, in smtp_state_data_resp() 974 int smtpcode, in smtp_state_postdata_resp() [all …]
|