HomeSort by relevance Sort by last modified time
    Searched refs:POP3_STOP (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
pop3.h 32 POP3_STOP, /* do nothing state, stops the state machine */
pop3.c 436 state(conn, POP3_STOP);
469 state(conn, POP3_STOP);
558 state(conn, POP3_STOP);
832 state(conn, POP3_STOP); /* Authenticated */
872 state(conn, POP3_STOP);
916 state(conn, POP3_STOP);
935 state(conn, POP3_STOP);
973 state(conn, POP3_STOP);
1044 state(conn, POP3_STOP);
1047 } while(!result && pop3c->state != POP3_STOP && Curl_pp_moredata(pp))
    [all...]

Completed in 550 milliseconds