Home
last modified time | relevance | path

Searched refs:SMTP_STOP (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dsmtp.c492 state(conn, SMTP_STOP); in smtp_perform_authentication()
817 state(conn, SMTP_STOP); in smtp_state_helo_resp()
838 state(conn, SMTP_STOP); /* Authenticated */ in smtp_state_auth_resp()
886 state(conn, SMTP_STOP); in smtp_state_command_resp()
890 state(conn, SMTP_STOP); in smtp_state_command_resp()
970 state(conn, SMTP_STOP); in smtp_state_data_resp()
990 state(conn, SMTP_STOP); in smtp_state_postdata_resp()
1072 state(conn, SMTP_STOP); in smtp_statemach_act()
1075 } while(!result && smtpc->state != SMTP_STOP && Curl_pp_moredata(pp)); in smtp_statemach_act()
1093 *done = (smtpc->state == SMTP_STOP) ? TRUE : FALSE; in smtp_multi_statemach()
[all …]
Dsmtp.h32 SMTP_STOP, /* do nothing state, stops the state machine */ enumerator