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

  /external/curl/lib/
smtp.h 32 SMTP_STOP, /* do nothing state, stops the state machine */
smtp.c 490 state(conn, SMTP_STOP);
815 state(conn, SMTP_STOP);
836 state(conn, SMTP_STOP); /* Authenticated */
884 state(conn, SMTP_STOP);
888 state(conn, SMTP_STOP);
968 state(conn, SMTP_STOP);
988 state(conn, SMTP_STOP);
1070 state(conn, SMTP_STOP);
1073 } while(!result && smtpc->state != SMTP_STOP && Curl_pp_moredata(pp));
1091 *done = (smtpc->state == SMTP_STOP) ? TRUE : FALSE
    [all...]

Completed in 200 milliseconds