Searched refs:POP3_STOP (Results 1 – 2 of 2) sorted by relevance
/external/curl/lib/ |
D | pop3.c | 411 state(data, POP3_STOP); in pop3_perform_user() 445 state(data, POP3_STOP); in pop3_perform_apop() 555 state(data, POP3_STOP); in pop3_perform_authentication() 834 state(data, POP3_STOP); /* Authenticated */ in pop3_state_auth_resp() 872 state(data, POP3_STOP); in pop3_state_apop_resp() 913 state(data, POP3_STOP); in pop3_state_pass_resp() 932 state(data, POP3_STOP); in pop3_state_command_resp() 970 state(data, POP3_STOP); in pop3_state_command_resp() 1040 state(data, POP3_STOP); in pop3_statemachine() 1045 state(data, POP3_STOP); in pop3_statemachine() [all …]
|
D | pop3.h | 34 POP3_STOP, /* do nothing state, stops the state machine */ enumerator
|