Searched refs:POP3_TYPE_APOP (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.h91 #define POP3_TYPE_APOP (1 << 1) macro
H A Dpop3.c563 else if((pop3c->authtypes & POP3_TYPE_APOP) &&
564 (pop3c->preftype & POP3_TYPE_APOP))
681 pop3c->authtypes |= POP3_TYPE_APOP;
1206 else if((pop3c->authtypes & POP3_TYPE_APOP) &&
1207 (pop3c->preftype & POP3_TYPE_APOP))
1865 pop3c->preftype = POP3_TYPE_APOP;

Completed in 56 milliseconds