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.c411 pop3_state(data, POP3_STOP); in pop3_perform_user()
445 pop3_state(data, POP3_STOP); in pop3_perform_apop()
555 pop3_state(data, POP3_STOP); in pop3_perform_authentication()
863 pop3_state(data, POP3_STOP); in pop3_state_apop_resp()
904 pop3_state(data, POP3_STOP); in pop3_state_pass_resp()
923 pop3_state(data, POP3_STOP); in pop3_state_command_resp()
966 pop3_state(data, POP3_STOP); in pop3_state_command_resp()
1035 pop3_state(data, POP3_STOP); in pop3_statemachine()
1040 pop3_state(data, POP3_STOP); in pop3_statemachine()
1064 *done = (pop3c->state == POP3_STOP) ? TRUE : FALSE; in pop3_multi_statemach()
[all …]

Completed in 12 milliseconds