Home | History | Annotate | Download | only in lib

Lines Matching refs:POP3_STOP

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));
1029 *done = (pop3c->state == POP3_STOP) ? TRUE : FALSE;
1040 while(pop3c->state != POP3_STOP && !result)