Searched refs:SMTP_STOP (Results 1 – 2 of 2) sorted by relevance
/external/curl/lib/ |
D | smtp.c | 459 state(conn, SMTP_STOP); in smtp_perform_authentication() 954 state(conn, SMTP_STOP); in smtp_state_helo_resp() 975 state(conn, SMTP_STOP); /* Authenticated */ in smtp_state_auth_resp() 1023 state(conn, SMTP_STOP); in smtp_state_command_resp() 1027 state(conn, SMTP_STOP); in smtp_state_command_resp() 1135 state(conn, SMTP_STOP); in smtp_state_data_resp() 1155 state(conn, SMTP_STOP); in smtp_state_postdata_resp() 1237 state(conn, SMTP_STOP); in smtp_statemach_act() 1240 } while(!result && smtpc->state != SMTP_STOP && Curl_pp_moredata(pp)); in smtp_statemach_act() 1258 *done = (smtpc->state == SMTP_STOP) ? TRUE : FALSE; in smtp_multi_statemach() [all …]
|
D | smtp.h | 32 SMTP_STOP, /* do nothing state, stops the state machine */ enumerator
|