Searched refs:curl_easy_setopt_long (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/curl/examples/ |
H A D | example1.cc | 57 api.curl_easy_setopt_long(&curl, curl::CURLOPT_FOLLOWLOCATION, 1l)); in Example1() 66 api.curl_easy_setopt_long(&curl, curl::CURLOPT_SSL_VERIFYPEER, 0l)); in Example1()
|
H A D | example3.cc | 146 api.curl_easy_setopt_long(&curl, curl::CURLOPT_SSL_VERIFYPEER, 1L)); in Example3()
|
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/curl/tests/ |
H A D | tests.cc | 128 api_->curl_easy_setopt_long(curl_.get(), curl::CURLOPT_POST, 1l)); in TEST_F() 134 api_->curl_easy_setopt_long(curl_.get(), curl::CURLOPT_POSTFIELDSIZE, in TEST_F()
|
H A D | test_utils.cc | 63 SAPI_ASSIGN_OR_RETURN(curl_code, api_->curl_easy_setopt_long( in CurlTestSetUp()
|
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/curl/curl_wrapper/ |
H A D | curl_wrapper.h | 28 CURLcode curl_easy_setopt_long(CURL* handle, CURLoption option, long parameter);
|
H A D | curl_wrapper.cc | 22 CURLcode curl_easy_setopt_long(CURL* handle, CURLoption option, in curl_easy_setopt_long() function
|
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/curl/ |
H A D | CMakeLists.txt | 66 curl_easy_setopt_long
|
H A D | README.md | 48 - `curl_easy_setopt`. Use `curl_easy_setopt_ptr`, `curl_easy_setopt_long` or
|
/aosp_15_r20/external/curl/packages/OS400/rpg-examples/ |
H A D | SIMPLE1 | 71 c callp curl_easy_setopt_long(h:
|
/aosp_15_r20/external/curl/packages/OS400/ |
H A D | README.OS400 | 347 _ Procedures curl_easy_setopt_long(), curl_easy_setopt_object(),
|
H A D | curl.inc.in | 2829 d curl_easy_setopt_long...
|