Searched refs:SMTP_STOP (Results 1 - 2 of 2) sorted by relevance
/third_party/curl/lib/ |
H A D | smtp.c | 499 smtp_state(data, SMTP_STOP); in smtp_perform_authentication() 996 smtp_state(data, SMTP_STOP); in smtp_state_helo_resp() 1017 smtp_state(data, SMTP_STOP); /* Authenticated */ in smtp_state_auth_resp() 1060 smtp_state(data, SMTP_STOP); in smtp_state_command_resp() 1064 smtp_state(data, SMTP_STOP); in smtp_state_command_resp() 1168 smtp_state(data, SMTP_STOP); in smtp_state_data_resp() 1188 smtp_state(data, SMTP_STOP); in smtp_state_postdata_resp() 1269 smtp_state(data, SMTP_STOP); in smtp_statemachine() 1272 } while(!result && smtpc->state != SMTP_STOP && Curl_pp_moredata(pp)); in smtp_statemachine() 1293 *done = (smtpc->state == SMTP_STOP) in smtp_multi_statemach() [all...] |
H A D | smtp.h | 34 SMTP_STOP, /* do nothing state, stops the state machine */ enumerator
|
Completed in 3 milliseconds