Searched refs:POP3_STOP (Results 1 – 2 of 2) sorted by relevance
/external/curl/lib/ |
D | pop3.c | 436 state(conn, POP3_STOP); in pop3_perform_user() 469 state(conn, POP3_STOP); in pop3_perform_apop() 558 state(conn, POP3_STOP); in pop3_perform_authentication() 832 state(conn, POP3_STOP); /* Authenticated */ in pop3_state_auth_resp() 872 state(conn, POP3_STOP); in pop3_state_apop_resp() 916 state(conn, POP3_STOP); in pop3_state_pass_resp() 935 state(conn, POP3_STOP); in pop3_state_command_resp() 973 state(conn, POP3_STOP); in pop3_state_command_resp() 1044 state(conn, POP3_STOP); in pop3_statemach_act() 1047 } while(!result && pop3c->state != POP3_STOP && Curl_pp_moredata(pp)); in pop3_statemach_act() [all …]
|
D | pop3.h | 32 POP3_STOP, /* do nothing state, stops the state machine */ enumerator
|