Lines Matching refs:smtp_state
288 static void smtp_state(struct Curl_easy *data, smtpstate newstate) in smtp_state() function
341 smtp_state(data, SMTP_EHLO); in smtp_perform_ehlo()
365 smtp_state(data, SMTP_HELO); in smtp_perform_helo()
384 smtp_state(data, SMTP_STARTTLS); in smtp_perform_starttls()
413 smtp_state(data, SMTP_UPGRADETLS); in smtp_perform_upgrade_tls()
502 smtp_state(data, SMTP_STOP); in smtp_perform_authentication()
511 smtp_state(data, SMTP_AUTH); in smtp_perform_authentication()
589 smtp_state(data, SMTP_COMMAND); in smtp_perform_command()
773 smtp_state(data, SMTP_MAIL); in smtp_perform_mail()
814 smtp_state(data, SMTP_RCPT); in smtp_perform_rcpt_to()
832 smtp_state(data, SMTP_QUIT); in smtp_perform_quit()
998 smtp_state(data, SMTP_STOP); in smtp_state_helo_resp()
1019 smtp_state(data, SMTP_STOP); /* Authenticated */ in smtp_state_auth_resp()
1062 smtp_state(data, SMTP_STOP); in smtp_state_command_resp()
1066 smtp_state(data, SMTP_STOP); in smtp_state_command_resp()
1142 smtp_state(data, SMTP_DATA); in smtp_state_rcpt_resp()
1169 smtp_state(data, SMTP_STOP); in smtp_state_data_resp()
1189 smtp_state(data, SMTP_STOP); in smtp_state_postdata_resp()
1274 smtp_state(data, SMTP_STOP); in smtp_statemachine()
1378 smtp_state(data, SMTP_SERVERGREET); in smtp_connect()
1416 smtp_state(data, SMTP_POSTDATA); in smtp_done()