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

  /external/curl/lib/
imap.h 75 unsigned int preftype; /* Preferred authentication type */ member in struct:imap_conn
pop3.h 70 unsigned int preftype; /* Preferred authentication type */ 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)
836 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_APOP)
841 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_CLEARTEXT)
    [all...]
imap.c 629 else if(!imapc->login_disabled && (imapc->preftype & IMAP_TYPE_CLEARTEXT))
987 if((!imapc->login_disabled) && (imapc->preftype & IMAP_TYPE_CLEARTEXT))
    [all...]

Completed in 218 milliseconds