Searched refs:POP3_STOP (Results 1 - 2 of 2) sorted by relevance
/third_party/curl/lib/ |
H A D | pop3.c | 409 pop3_state(data, POP3_STOP); in pop3_perform_user() 443 pop3_state(data, POP3_STOP); in pop3_perform_apop() 553 pop3_state(data, POP3_STOP); in pop3_perform_authentication() 823 pop3_state(data, POP3_STOP); /* Authenticated */ in pop3_state_auth_resp() 861 pop3_state(data, POP3_STOP); in pop3_state_apop_resp() 902 pop3_state(data, POP3_STOP); in pop3_state_pass_resp() 921 pop3_state(data, POP3_STOP); in pop3_state_command_resp() 964 pop3_state(data, POP3_STOP); in pop3_state_command_resp() 1034 pop3_state(data, POP3_STOP); in pop3_statemachine() 1039 pop3_state(data, POP3_STOP); in pop3_statemachine() [all...] |
H A D | pop3.h | 34 POP3_STOP, /* do nothing state, stops the state machine */ enumerator
|
Completed in 2 milliseconds