Searched refs:SMTP_STOP (Results 1 – 2 of 2) sorted by relevance
/external/curl/lib/ |
D | smtp.c | 490 state(conn, SMTP_STOP); in smtp_perform_authentication() 815 state(conn, SMTP_STOP); in smtp_state_helo_resp() 836 state(conn, SMTP_STOP); /* Authenticated */ in smtp_state_auth_resp() 884 state(conn, SMTP_STOP); in smtp_state_command_resp() 888 state(conn, SMTP_STOP); in smtp_state_command_resp() 968 state(conn, SMTP_STOP); in smtp_state_data_resp() 988 state(conn, SMTP_STOP); in smtp_state_postdata_resp() 1070 state(conn, SMTP_STOP); in smtp_statemach_act() 1073 } while(!result && smtpc->state != SMTP_STOP && Curl_pp_moredata(pp)); in smtp_statemach_act() 1091 *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
|