Searched refs:POP3_STOP (Results 1 – 2 of 2) sorted by relevance
/external/curl/lib/ |
D | pop3.c | 391 state(conn, POP3_STOP); in pop3_perform_user() 424 state(conn, POP3_STOP); in pop3_perform_apop() 513 state(conn, POP3_STOP); in pop3_perform_authentication() 793 state(conn, POP3_STOP); /* Authenticated */ in pop3_state_auth_resp() 833 state(conn, POP3_STOP); in pop3_state_apop_resp() 877 state(conn, POP3_STOP); in pop3_state_pass_resp() 896 state(conn, POP3_STOP); in pop3_state_command_resp() 934 state(conn, POP3_STOP); in pop3_state_command_resp() 1005 state(conn, POP3_STOP); in pop3_statemach_act() 1008 } while(!result && pop3c->state != POP3_STOP && Curl_pp_moredata(pp)); in pop3_statemach_act() [all …]
|
D | pop3.h | 32 POP3_STOP, /* do nothing state, stops the state machine */ enumerator
|