Home
last modified time | relevance | path

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

/external/curl/lib/
Dimap.c540 state(conn, IMAP_STOP); in imap_perform_login()
618 state(conn, IMAP_STOP); in imap_perform_authentication()
983 state(conn, IMAP_STOP); /* Authenticated */ in imap_state_auth_resp()
1017 state(conn, IMAP_STOP); in imap_state_login_resp()
1043 state(conn, IMAP_STOP); in imap_state_listsearch_resp()
1111 state(conn, IMAP_STOP); in imap_state_fetch_resp()
1185 state(conn, IMAP_STOP); in imap_state_fetch_resp()
1203 state(conn, IMAP_STOP); in imap_state_fetch_final_resp()
1228 state(conn, IMAP_STOP); in imap_state_append_resp()
1247 state(conn, IMAP_STOP); in imap_state_append_final_resp()
[all …]
Dimap.h32 IMAP_STOP, /* do nothing state, stops the state machine */ enumerator