Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dpop3.c556 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_SASL) { in pop3_perform_authentication()
567 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_APOP) in pop3_perform_authentication()
572 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_CLEARTEXT) in pop3_perform_authentication()
691 pop3c->authtypes |= POP3_TYPE_APOP; in pop3_state_servergreet_resp()
723 pop3c->authtypes |= POP3_TYPE_CLEARTEXT; in pop3_state_capa_resp()
727 pop3c->authtypes |= POP3_TYPE_SASL; in pop3_state_capa_resp()
769 pop3c->authtypes |= POP3_TYPE_CLEARTEXT; in pop3_state_capa_resp()
835 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_APOP) in pop3_state_auth_resp()
840 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_CLEARTEXT) in pop3_state_auth_resp()
Dpop3.h71 unsigned char authtypes; /* Accepted authentication types */ member