Lines Matching refs:IMAP_STOP
499 state(conn, IMAP_STOP); in imap_perform_login()
578 state(conn, IMAP_STOP); in imap_perform_authentication()
988 state(conn, IMAP_STOP); /* Authenticated */ in imap_state_auth_resp()
1022 state(conn, IMAP_STOP); in imap_state_login_resp()
1048 state(conn, IMAP_STOP); in imap_state_listsearch_resp()
1116 state(conn, IMAP_STOP); in imap_state_fetch_resp()
1151 state(conn, IMAP_STOP); in imap_state_fetch_resp()
1194 state(conn, IMAP_STOP); in imap_state_fetch_resp()
1212 state(conn, IMAP_STOP); in imap_state_fetch_final_resp()
1237 state(conn, IMAP_STOP); in imap_state_append_resp()
1256 state(conn, IMAP_STOP); in imap_state_append_final_resp()
1345 state(conn, IMAP_STOP); in imap_statemach_act()
1348 } while(!result && imapc->state != IMAP_STOP && Curl_pp_moredata(pp)); in imap_statemach_act()
1366 *done = (imapc->state == IMAP_STOP) ? TRUE : FALSE; in imap_multi_statemach()
1377 while(imapc->state != IMAP_STOP && !result) in imap_block_statemach()