Home
last modified time | relevance | path

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 Dexample3.cc87 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 Dexample2.cc53 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 Dexample6.cc56 api.curl_easy_setopt_ptr(&curl, curl::CURLOPT_URL, url.PtrBefore())); in Main()
H A Dexample1.cc48 api.curl_easy_setopt_ptr(&curl, curl::CURLOPT_URL, url.PtrBefore())); in Example1()
H A Dexample5.cc45 api.curl_easy_setopt_ptr(&curl, curl::CURLOPT_URL, sapi_url.PtrBefore())); in pull_one_url()
H A Dexample4.cc57 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 Dtest_utils.cc55 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 Dtests.cc141 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 Dcurl_wrapper.h25 CURLcode curl_easy_setopt_ptr(CURL* handle, CURLoption option, void* parameter);
H A Dcurl_wrapper.cc17 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 DCMakeLists.txt65 curl_easy_setopt_ptr
H A DREADME.md48 - `curl_easy_setopt`. Use `curl_easy_setopt_ptr`, `curl_easy_setopt_long` or