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

  /external/curl/lib/
pop3.h 69 unsigned int authtypes; /* Accepted authentication types */ member in struct:pop3_conn
pop3.c 562 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_SASL) {
573 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_APOP)
578 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_CLEARTEXT)
690 pop3c->authtypes |= POP3_TYPE_APOP;
723 pop3c->authtypes |= POP3_TYPE_CLEARTEXT;
727 pop3c->authtypes |= POP3_TYPE_SASL;
784 pop3c->authtypes |= POP3_TYPE_CLEARTEXT;
836 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_APOP)
841 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_CLEARTEXT)
    [all...]

Completed in 956 milliseconds