Home
last modified time | relevance | path

Searched refs:POP3_STOP (Results 1 – 2 of 2) sorted by relevance

/curl/lib/
H A Dpop3.h34 POP3_STOP, /* do nothing state, stops the state machine */ enumerator
H A Dpop3.c467 pop3_state(data, POP3_STOP); in pop3_perform_user()
501 pop3_state(data, POP3_STOP); in pop3_perform_apop()
611 pop3_state(data, POP3_STOP); in pop3_perform_authentication()
921 pop3_state(data, POP3_STOP); in pop3_state_apop_resp()
962 pop3_state(data, POP3_STOP); in pop3_state_pass_resp()
981 pop3_state(data, POP3_STOP); in pop3_state_command_resp()
1024 pop3_state(data, POP3_STOP); in pop3_state_command_resp()
1093 pop3_state(data, POP3_STOP); in pop3_statemachine()
1098 pop3_state(data, POP3_STOP); in pop3_statemachine()
1122 *done = (pop3c->state == POP3_STOP) ? TRUE : FALSE; in pop3_multi_statemach()
[all …]

Completed in 7 milliseconds