Home
last modified time | relevance | path

Searched refs:IMAP_STOP (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dimap.c537 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()
[all …]
Dimap.h32 IMAP_STOP, /* do nothing state, stops the state machine */ enumerator