Home
last modified time | relevance | path

Searched refs:CURLUSESSL_ALL (Results 1 – 10 of 10) sorted by relevance

/third_party/curl/docs/examples/
Dpop3-tls.c57 curl_easy_setopt(curl, CURLOPT_USE_SSL, (long)CURLUSESSL_ALL); in main()
Dimap-tls.c58 curl_easy_setopt(curl, CURLOPT_USE_SSL, (long)CURLUSESSL_ALL); in main()
Dftpsget.c77 curl_easy_setopt(curl, CURLOPT_USE_SSL, CURLUSESSL_ALL); in main()
Dsmtp-tls.c111 curl_easy_setopt(curl, CURLOPT_USE_SSL, (long)CURLUSESSL_ALL); in main()
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurltlssink.c242 res = curl_easy_setopt (bcsink->curl, CURLOPT_USE_SSL, CURLUSESSL_ALL); in gst_curl_tls_sink_set_options_unlocked()
/third_party/curl/docs/libcurl/
Dsymbols-in-versions864 CURLUSESSL_ALL 7.17.0
/third_party/curl/include/curl/
Dcurl.h866 CURLUSESSL_ALL, /* SSL for all communication or fail */ enumerator
917 #define CURLFTPSSL_ALL CURLUSESSL_ALL
/third_party/curl/src/
Dtool_setopt.c126 NV(CURLUSESSL_ALL),
Dtool_operate.c1816 my_setopt_enum(curl, CURLOPT_USE_SSL, (long)CURLUSESSL_ALL); in single_transfer()
/third_party/curl/packages/OS400/
Dcurl.inc.in860 d CURLUSESSL_ALL...