Lines Matching refs:IMAP_STOP
537 state(conn, IMAP_STOP); in imap_perform_login()
615 state(conn, IMAP_STOP); in imap_perform_authentication()
980 state(conn, IMAP_STOP); /* Authenticated */ in imap_state_auth_resp()
1014 state(conn, IMAP_STOP); in imap_state_login_resp()
1039 state(conn, IMAP_STOP); in imap_state_list_resp()
1107 state(conn, IMAP_STOP); in imap_state_fetch_resp()
1181 state(conn, IMAP_STOP); in imap_state_fetch_resp()
1199 state(conn, IMAP_STOP); in imap_state_fetch_final_resp()
1224 state(conn, IMAP_STOP); in imap_state_append_resp()
1243 state(conn, IMAP_STOP); in imap_state_append_final_resp()
1268 state(conn, IMAP_STOP); in imap_state_search_resp()
1357 state(conn, IMAP_STOP); in imap_statemach_act()
1360 } while(!result && imapc->state != IMAP_STOP && Curl_pp_moredata(pp)); in imap_statemach_act()
1378 *done = (imapc->state == IMAP_STOP) ? TRUE : FALSE; in imap_multi_statemach()
1388 while(imapc->state != IMAP_STOP && !result) in imap_block_statemach()