Searched refs:POP3_TYPE_SASL (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dpop3.h92 #define POP3_TYPE_SASL (1 << 2) macro
H A Dpop3.c551 if(pop3c->authtypes & POP3_TYPE_SASL)
556 if(mech && (pop3c->preftype & POP3_TYPE_SASL)) {
718 pop3c->authtypes |= POP3_TYPE_SASL;
1869 pop3c->preftype = POP3_TYPE_SASL;
1873 pop3c->preftype = POP3_TYPE_SASL;
1877 pop3c->preftype = POP3_TYPE_SASL;
1881 pop3c->preftype = POP3_TYPE_SASL;
1885 pop3c->preftype = POP3_TYPE_SASL;
1889 pop3c->preftype = POP3_TYPE_SASL;
1893 pop3c->preftype = POP3_TYPE_SASL;
[all...]

Completed in 31 milliseconds