Lines Matching refs:POP3_STOP
467 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()
883 pop3_state(data, POP3_STOP); /* Authenticated */ in pop3_state_auth_resp()
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()
1101 } while(!result && pop3c->state != POP3_STOP && Curl_pp_moredata(pp)); in pop3_statemachine()
1122 *done = (pop3c->state == POP3_STOP); in pop3_multi_statemach()
1134 while(pop3c->state != POP3_STOP && !result) in pop3_block_statemach()