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 392 state(conn, POP3_STOP);
425 state(conn, POP3_STOP);
514 state(conn, POP3_STOP);
796 state(conn, POP3_STOP); /* Authenticated */
836 state(conn, POP3_STOP);
880 state(conn, POP3_STOP);
899 state(conn, POP3_STOP);
937 state(conn, POP3_STOP);
1008 state(conn, POP3_STOP);
1011 } while(!result && pop3c->state != POP3_STOP && Curl_pp_moredata(pp))
    [all...]

Completed in 474 milliseconds