Searched refs:authtypes (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.h77 unsigned int authtypes; /* Accepted authentication types */ member in struct:pop3_conn
H A Dpop3.c551 if(pop3c->authtypes & POP3_TYPE_SASL)
563 else if((pop3c->authtypes & POP3_TYPE_APOP) &&
568 else if((pop3c->authtypes & POP3_TYPE_CLEARTEXT) &&
681 pop3c->authtypes |= POP3_TYPE_APOP;
714 pop3c->authtypes |= POP3_TYPE_CLEARTEXT;
718 pop3c->authtypes |= POP3_TYPE_SASL;
785 pop3c->authtypes |= POP3_TYPE_CLEARTEXT;
1206 else if((pop3c->authtypes & POP3_TYPE_APOP) &&
1211 else if((pop3c->authtypes & POP3_TYPE_CLEARTEXT) &&

Completed in 55 milliseconds