Home
last modified time | relevance | path

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

/external/curl/lib/
Dpop3.c392 state(conn, POP3_STOP); in pop3_perform_user()
425 state(conn, POP3_STOP); in pop3_perform_apop()
514 state(conn, POP3_STOP); in pop3_perform_authentication()
796 state(conn, POP3_STOP); /* Authenticated */ in pop3_state_auth_resp()
836 state(conn, POP3_STOP); in pop3_state_apop_resp()
880 state(conn, POP3_STOP); in pop3_state_pass_resp()
899 state(conn, POP3_STOP); in pop3_state_command_resp()
937 state(conn, POP3_STOP); in pop3_state_command_resp()
1008 state(conn, POP3_STOP); in pop3_statemach_act()
1011 } while(!result && pop3c->state != POP3_STOP && Curl_pp_moredata(pp)); in pop3_statemach_act()
[all …]
Dpop3.h32 POP3_STOP, /* do nothing state, stops the state machine */ enumerator