Searched refs:SMTP_STOP (Results 1 – 2 of 2) sorted by relevance
/curl/lib/ |
H A D | smtp.h | 34 SMTP_STOP, /* do nothing state, stops the state machine */ enumerator
|
H A D | smtp.c | 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() [all …]
|
Completed in 15 milliseconds