Home
last modified time | relevance | path

Searched refs:CURL_DISABLE_POP3 (Results 1 – 17 of 17) sorted by relevance

/external/curl/lib/vauth/
Doauth2.c28 !defined(CURL_DISABLE_POP3)
Dcleartext.c29 !defined(CURL_DISABLE_POP3)
/external/curl/lib/
Dversion.c256 #ifndef CURL_DISABLE_POP3
259 #if defined(USE_SSL) && !defined(CURL_DISABLE_POP3)
Dpingpong.h28 !defined(CURL_DISABLE_POP3) || !defined(CURL_DISABLE_SMTP)
Dcurl_setup.h179 # ifndef CURL_DISABLE_POP3
180 # define CURL_DISABLE_POP3 macro
Dcurl_config.h71 #define CURL_DISABLE_POP3 1 macro
Dcurl_sasl.c35 !defined(CURL_DISABLE_POP3)
Dpop3.c40 #ifndef CURL_DISABLE_POP3
Dtransfer.c870 #ifndef CURL_DISABLE_POP3 in readwrite_data()
Dcurl_config.h.cmake46 #cmakedefine CURL_DISABLE_POP3 1
Dcurl_config.h.in70 #undef CURL_DISABLE_POP3
Durl.c205 #ifndef CURL_DISABLE_POP3
/external/curl/
DCMakeLists.txt155 option(CURL_DISABLE_POP3 "to disable POP3" OFF) option
156 mark_as_advanced(CURL_DISABLE_POP3)
173 set(CURL_DISABLE_POP3 ON) variable
1232 _add_if("POP3" NOT CURL_DISABLE_POP3)
1233 _add_if("POP3S" NOT CURL_DISABLE_POP3 AND SSL_ENABLED)
Dconfigure.ac565 AC_DEFINE(CURL_DISABLE_POP3, 1, [to disable POP3]) definition
566 AC_SUBST(CURL_DISABLE_POP3, [1]) subst
4634 if test "x$CURL_DISABLE_POP3" != "x1"; then
Dconfigure19385 CURL_DISABLE_POP3=1
42733 if test "x$CURL_DISABLE_POP3" != "x1"; then
/external/tensorflow/third_party/
Dcurl.BUILD466 "# define CURL_DISABLE_POP3 1",
522 "# define CURL_DISABLE_POP3 1",
/external/curl/docs/
DINSTALL.md210 - `CURL_DISABLE_POP3` disables POP3