OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POP3_TYPE_CLEARTEXT
(Results
1 - 2
of
2
) sorted by null
/external/curl/lib/
pop3.h
79
#define
POP3_TYPE_CLEARTEXT
(1 << 0)
pop3.c
566
if(pop3c->authtypes & pop3c->preftype &
POP3_TYPE_CLEARTEXT
)
711
pop3c->authtypes |=
POP3_TYPE_CLEARTEXT
;
772
pop3c->authtypes |=
POP3_TYPE_CLEARTEXT
;
829
if(pop3c->authtypes & pop3c->preftype &
POP3_TYPE_CLEARTEXT
)
[
all
...]
Completed in 471 milliseconds