Lines Matching refs:SMTP_STOP
502 smtp_state(data, SMTP_STOP); in smtp_perform_authentication()
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()
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()
1277 } while(!result && smtpc->state != SMTP_STOP && Curl_pp_moredata(pp)); in smtp_statemachine()
1298 *done = (smtpc->state == SMTP_STOP); in smtp_multi_statemach()
1310 while(smtpc->state != SMTP_STOP && !result) in smtp_block_statemach()