Searched refs:POP3_STOP (Results 1 – 2 of 2) sorted by relevance
/third_party/curl/lib/ |
D | pop3.c | 408 pop3_state(data, POP3_STOP); in pop3_perform_user() 442 pop3_state(data, POP3_STOP); in pop3_perform_apop() 552 pop3_state(data, POP3_STOP); in pop3_perform_authentication() 831 pop3_state(data, POP3_STOP); /* Authenticated */ in pop3_state_auth_resp() 869 pop3_state(data, POP3_STOP); in pop3_state_apop_resp() 910 pop3_state(data, POP3_STOP); in pop3_state_pass_resp() 929 pop3_state(data, POP3_STOP); in pop3_state_command_resp() 967 pop3_state(data, POP3_STOP); in pop3_state_command_resp() 1037 pop3_state(data, POP3_STOP); in pop3_statemachine() 1042 pop3_state(data, POP3_STOP); in pop3_statemachine() [all …]
|
D | pop3.h | 34 POP3_STOP, /* do nothing state, stops the state machine */ enumerator
|