Home
last modified time | relevance | path

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

/external/curl/lib/
Dpop3.c424 state(conn, POP3_STOP); in pop3_perform_user()
457 state(conn, POP3_STOP); in pop3_perform_apop()
546 state(conn, POP3_STOP); in pop3_perform_authentication()
820 state(conn, POP3_STOP); /* Authenticated */ in pop3_state_auth_resp()
860 state(conn, POP3_STOP); in pop3_state_apop_resp()
904 state(conn, POP3_STOP); in pop3_state_pass_resp()
923 state(conn, POP3_STOP); in pop3_state_command_resp()
961 state(conn, POP3_STOP); in pop3_state_command_resp()
1032 state(conn, POP3_STOP); in pop3_statemach_act()
1035 } 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