Home | History | Annotate | Download | only in lib

Lines Matching refs:IMAP_STOP

499     state(conn, IMAP_STOP);
578 state(conn, IMAP_STOP);
975 state(conn, IMAP_STOP); /* Authenticated */
1009 state(conn, IMAP_STOP);
1035 state(conn, IMAP_STOP);
1103 state(conn, IMAP_STOP);
1138 state(conn, IMAP_STOP);
1183 state(conn, IMAP_STOP);
1201 state(conn, IMAP_STOP);
1226 state(conn, IMAP_STOP);
1245 state(conn, IMAP_STOP);
1334 state(conn, IMAP_STOP);
1337 } while(!result && imapc->state != IMAP_STOP && Curl_pp_moredata(pp));
1355 *done = (imapc->state == IMAP_STOP) ? TRUE : FALSE;
1365 while(imapc->state != IMAP_STOP && !result)