Searched refs:SMTP_STOP (Results 1 – 2 of 2) sorted by relevance
/external/curl/lib/ |
D | smtp.c | 455 state(conn, SMTP_STOP); in smtp_perform_authentication() 812 state(conn, SMTP_STOP); in smtp_state_helo_resp() 833 state(conn, SMTP_STOP); /* Authenticated */ in smtp_state_auth_resp() 881 state(conn, SMTP_STOP); in smtp_state_command_resp() 885 state(conn, SMTP_STOP); in smtp_state_command_resp() 965 state(conn, SMTP_STOP); in smtp_state_data_resp() 985 state(conn, SMTP_STOP); in smtp_state_postdata_resp() 1067 state(conn, SMTP_STOP); in smtp_statemach_act() 1070 } while(!result && smtpc->state != SMTP_STOP && Curl_pp_moredata(pp)); in smtp_statemach_act() 1088 *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
|