Lines Matching refs:POP3_STOP
424 state(conn, POP3_STOP); in pop3_perform_user()
457 state(conn, POP3_STOP); in pop3_perform_apop()
546 state(conn, POP3_STOP); in pop3_perform_authentication()
820 state(conn, POP3_STOP); /* Authenticated */ in pop3_state_auth_resp()
860 state(conn, POP3_STOP); in pop3_state_apop_resp()
904 state(conn, POP3_STOP); in pop3_state_pass_resp()
923 state(conn, POP3_STOP); in pop3_state_command_resp()
961 state(conn, POP3_STOP); in pop3_state_command_resp()
1032 state(conn, POP3_STOP); in pop3_statemach_act()
1035 } while(!result && pop3c->state != POP3_STOP && Curl_pp_moredata(pp)); in pop3_statemach_act()
1053 *done = (pop3c->state == POP3_STOP) ? TRUE : FALSE; in pop3_multi_statemach()
1063 while(pop3c->state != POP3_STOP && !result) in pop3_block_statemach()