OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POP3_TYPE_SASL
(Results
1 - 2
of
2
) sorted by null
/external/curl/lib/
pop3.h
81
#define
POP3_TYPE_SASL
(1 << 2)
pop3.c
550
if(pop3c->authtypes & pop3c->preftype &
POP3_TYPE_SASL
) {
715
pop3c->authtypes |=
POP3_TYPE_SASL
;
[
all
...]
Completed in 60 milliseconds