Home
last modified time | relevance | path

Searched refs:authtypes (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dpop3.c550 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_SASL) { in pop3_perform_authentication()
561 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_APOP) in pop3_perform_authentication()
566 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_CLEARTEXT) in pop3_perform_authentication()
678 pop3c->authtypes |= POP3_TYPE_APOP; in pop3_state_servergreet_resp()
711 pop3c->authtypes |= POP3_TYPE_CLEARTEXT; in pop3_state_capa_resp()
715 pop3c->authtypes |= POP3_TYPE_SASL; in pop3_state_capa_resp()
772 pop3c->authtypes |= POP3_TYPE_CLEARTEXT; in pop3_state_capa_resp()
824 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_APOP) in pop3_state_auth_resp()
829 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_CLEARTEXT) in pop3_state_auth_resp()
Dpop3.h69 unsigned int authtypes; /* Accepted authentication types */ member