Searched refs:curl_easy_setopt_ptr (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/curl/examples/ |
H A D | example3.cc | 87 api.curl_easy_setopt_ptr(&curl, curl::CURLOPT_URL, url.PtrBefore())); in Example3() 96 curl_code, api.curl_easy_setopt_ptr(&curl, curl::CURLOPT_SSLCERTTYPE, in Example3() 106 curl_code, api.curl_easy_setopt_ptr(&curl, curl::CURLOPT_SSLCERT, in Example3() 116 api.curl_easy_setopt_ptr(&curl, curl::CURLOPT_SSLKEY, in Example3() 126 curl_code, api.curl_easy_setopt_ptr(&curl, curl::CURLOPT_KEYPASSWD, in Example3() 136 curl_code, api.curl_easy_setopt_ptr(&curl, curl::CURLOPT_CAINFO, in Example3()
|
H A D | example2.cc | 53 api.curl_easy_setopt_ptr(&curl, curl::CURLOPT_URL, url.PtrBefore())); in Example2() 61 curl_code, api.curl_easy_setopt_ptr(&curl, curl::CURLOPT_WRITEFUNCTION, in Example2() 71 api.curl_easy_setopt_ptr(&curl, curl::CURLOPT_WRITEDATA, in Example2() 81 api.curl_easy_setopt_ptr(&curl, curl::CURLOPT_USERAGENT, in Example2()
|
H A D | example6.cc | 56 api.curl_easy_setopt_ptr(&curl, curl::CURLOPT_URL, url.PtrBefore())); in Main()
|
H A D | example1.cc | 48 api.curl_easy_setopt_ptr(&curl, curl::CURLOPT_URL, url.PtrBefore())); in Example1()
|
H A D | example5.cc | 45 api.curl_easy_setopt_ptr(&curl, curl::CURLOPT_URL, sapi_url.PtrBefore())); in pull_one_url()
|
H A D | example4.cc | 57 curl_code, api.curl_easy_setopt_ptr(&http_handle, curl::CURLOPT_URL, in Example4()
|
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/curl/tests/ |
H A D | test_utils.cc | 55 curl_code, api_->curl_easy_setopt_ptr(curl_.get(), curl::CURLOPT_URL, in CurlTestSetUp() 77 SAPI_ASSIGN_OR_RETURN(curl_code, api_->curl_easy_setopt_ptr( in CurlTestSetUp() 88 curl_code, api_->curl_easy_setopt_ptr( in CurlTestSetUp()
|
H A D | tests.cc | 141 api_->curl_easy_setopt_ptr(curl_.get(), curl::CURLOPT_POSTFIELDS, in TEST_F()
|
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/curl/curl_wrapper/ |
H A D | curl_wrapper.h | 25 CURLcode curl_easy_setopt_ptr(CURL* handle, CURLoption option, void* parameter);
|
H A D | curl_wrapper.cc | 17 CURLcode curl_easy_setopt_ptr(CURL* handle, CURLoption option, in curl_easy_setopt_ptr() function
|
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/curl/ |
H A D | CMakeLists.txt | 65 curl_easy_setopt_ptr
|
H A D | README.md | 48 - `curl_easy_setopt`. Use `curl_easy_setopt_ptr`, `curl_easy_setopt_long` or
|