Searched refs:POP3_STOP (Results 1 – 2 of 2) sorted by relevance
/third_party/curl/lib/ |
D | pop3.c | 404 state(data, POP3_STOP); in pop3_perform_user() 438 state(data, POP3_STOP); in pop3_perform_apop() 530 state(data, POP3_STOP); in pop3_perform_authentication() 809 state(data, POP3_STOP); /* Authenticated */ in pop3_state_auth_resp() 847 state(data, POP3_STOP); in pop3_state_apop_resp() 888 state(data, POP3_STOP); in pop3_state_pass_resp() 907 state(data, POP3_STOP); in pop3_state_command_resp() 945 state(data, POP3_STOP); in pop3_state_command_resp() 1018 state(data, POP3_STOP); in pop3_statemachine() 1021 } while(!result && pop3c->state != POP3_STOP && Curl_pp_moredata(pp)); in pop3_statemachine() [all …]
|
D | pop3.h | 32 POP3_STOP, /* do nothing state, stops the state machine */ enumerator
|