Home
last modified time | relevance | path

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

/curl/lib/
H A Dpop3.h71 unsigned char authtypes; /* Accepted authentication types */ member
H A Dpop3.c615 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_SASL) { in pop3_perform_authentication()
626 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_APOP) in pop3_perform_authentication()
631 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_CLEARTEXT) in pop3_perform_authentication()
744 pop3c->authtypes |= POP3_TYPE_APOP; in pop3_state_servergreet_resp()
775 pop3c->authtypes |= POP3_TYPE_CLEARTEXT; in pop3_state_capa_resp()
779 pop3c->authtypes |= POP3_TYPE_SASL; in pop3_state_capa_resp()
821 pop3c->authtypes |= POP3_TYPE_CLEARTEXT; in pop3_state_capa_resp()
887 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_APOP) in pop3_state_auth_resp()
892 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_CLEARTEXT) in pop3_state_auth_resp()

Completed in 8 milliseconds