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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dimap.h31 IMAP_STOP, /* do nothing state, stops the state machine */ enumerator in enum:__anon87
H A Dimap.c371 state(conn, IMAP_STOP);
385 state(conn, IMAP_STOP);
405 state(conn, IMAP_STOP);
424 state(conn, IMAP_STOP);
486 state(conn, IMAP_STOP);
618 state(conn, IMAP_STOP);
637 *done = (imapc->state == IMAP_STOP) ? TRUE : FALSE;
648 while(imapc->state != IMAP_STOP) {

Completed in 83 milliseconds