Searched refs:CURLUSESSL_ALL (Results 1 – 10 of 10) sorted by relevance
/third_party/curl/docs/examples/ |
D | pop3-tls.c | 57 curl_easy_setopt(curl, CURLOPT_USE_SSL, (long)CURLUSESSL_ALL); in main()
|
D | imap-tls.c | 58 curl_easy_setopt(curl, CURLOPT_USE_SSL, (long)CURLUSESSL_ALL); in main()
|
D | ftpsget.c | 77 curl_easy_setopt(curl, CURLOPT_USE_SSL, CURLUSESSL_ALL); in main()
|
D | smtp-tls.c | 111 curl_easy_setopt(curl, CURLOPT_USE_SSL, (long)CURLUSESSL_ALL); in main()
|
/third_party/gstreamer/gstplugins_bad/ext/curl/ |
D | gstcurltlssink.c | 242 res = curl_easy_setopt (bcsink->curl, CURLOPT_USE_SSL, CURLUSESSL_ALL); in gst_curl_tls_sink_set_options_unlocked()
|
/third_party/curl/docs/libcurl/ |
D | symbols-in-versions | 864 CURLUSESSL_ALL 7.17.0
|
/third_party/curl/include/curl/ |
D | curl.h | 866 CURLUSESSL_ALL, /* SSL for all communication or fail */ enumerator 917 #define CURLFTPSSL_ALL CURLUSESSL_ALL
|
/third_party/curl/src/ |
D | tool_setopt.c | 126 NV(CURLUSESSL_ALL),
|
D | tool_operate.c | 1816 my_setopt_enum(curl, CURLOPT_USE_SSL, (long)CURLUSESSL_ALL); in single_transfer()
|
/third_party/curl/packages/OS400/ |
D | curl.inc.in | 860 d CURLUSESSL_ALL...
|