Home
last modified time | relevance | path

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

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