Home
last modified time | relevance | path

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

/curl/lib/
H A Dpop3.h82 #define POP3_TYPE_APOP (1 << 1) macro
87 #define POP3_TYPE_ANY (POP3_TYPE_CLEARTEXT|POP3_TYPE_APOP|POP3_TYPE_SASL)
H A Dpop3.c570 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_APOP) in pop3_perform_authentication()
686 pop3c->authtypes |= POP3_TYPE_APOP; in pop3_state_servergreet_resp()
829 if(pop3c->authtypes & pop3c->preftype & POP3_TYPE_APOP) in pop3_state_auth_resp()
1385 pop3c->preftype = POP3_TYPE_APOP; in pop3_parse_url_options()
1397 if(pop3c->preftype != POP3_TYPE_APOP) in pop3_parse_url_options()

Completed in 10 milliseconds