Lines Matching refs:SMTP_STOP
490 state(conn, SMTP_STOP); in smtp_perform_authentication()
815 state(conn, SMTP_STOP); in smtp_state_helo_resp()
836 state(conn, SMTP_STOP); /* Authenticated */ in smtp_state_auth_resp()
884 state(conn, SMTP_STOP); in smtp_state_command_resp()
888 state(conn, SMTP_STOP); in smtp_state_command_resp()
968 state(conn, SMTP_STOP); in smtp_state_data_resp()
988 state(conn, SMTP_STOP); in smtp_state_postdata_resp()
1070 state(conn, SMTP_STOP); in smtp_statemach_act()
1073 } while(!result && smtpc->state != SMTP_STOP && Curl_pp_moredata(pp)); in smtp_statemach_act()
1091 *done = (smtpc->state == SMTP_STOP) ? TRUE : FALSE; in smtp_multi_statemach()
1101 while(smtpc->state != SMTP_STOP && !result) in smtp_block_statemach()