Lines Matching refs:POP3_STOP
391 state(conn, POP3_STOP); in pop3_perform_user()
424 state(conn, POP3_STOP); in pop3_perform_apop()
513 state(conn, POP3_STOP); in pop3_perform_authentication()
793 state(conn, POP3_STOP); /* Authenticated */ in pop3_state_auth_resp()
833 state(conn, POP3_STOP); in pop3_state_apop_resp()
877 state(conn, POP3_STOP); in pop3_state_pass_resp()
896 state(conn, POP3_STOP); in pop3_state_command_resp()
934 state(conn, POP3_STOP); in pop3_state_command_resp()
1005 state(conn, POP3_STOP); in pop3_statemach_act()
1008 } while(!result && pop3c->state != POP3_STOP && Curl_pp_moredata(pp)); in pop3_statemach_act()
1026 *done = (pop3c->state == POP3_STOP) ? TRUE : FALSE; in pop3_multi_statemach()
1037 while(pop3c->state != POP3_STOP && !result) in pop3_block_statemach()