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

  /external/curl/lib/
imap.h 76 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 518 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_SASL) {
529 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_APOP)
534 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_CLEARTEXT)
792 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_APOP)
797 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_CLEARTEXT)
1087 pop3c->preftype = POP3_TYPE_ANY;
    [all...]
imap.c 588 else if(!imapc->login_disabled && (imapc->preftype & IMAP_TYPE_CLEARTEXT))
978 if((!imapc->login_disabled) && (imapc->preftype & IMAP_TYPE_CLEARTEXT))
    [all...]

Completed in 72 milliseconds