Home
last modified time | relevance | path

Searched refs:curl_easy_setopt_ptr (Results 1 – 12 of 12) sorted by relevance

/external/sandboxed-api/oss-internship-2020/curl/examples/
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()
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()
Dexample6.cc56 api.curl_easy_setopt_ptr(&curl, curl::CURLOPT_URL, url.PtrBefore())); in Main()
Dexample1.cc48 api.curl_easy_setopt_ptr(&curl, curl::CURLOPT_URL, url.PtrBefore())); in Example1()
Dexample5.cc45 api.curl_easy_setopt_ptr(&curl, curl::CURLOPT_URL, sapi_url.PtrBefore())); in pull_one_url()
Dexample4.cc57 curl_code, api.curl_easy_setopt_ptr(&http_handle, curl::CURLOPT_URL, in Example4()
/external/sandboxed-api/oss-internship-2020/curl/tests/
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()
Dtests.cc141 api_->curl_easy_setopt_ptr(curl_.get(), curl::CURLOPT_POSTFIELDS, in TEST_F()
/external/sandboxed-api/oss-internship-2020/curl/curl_wrapper/
Dcurl_wrapper.h25 CURLcode curl_easy_setopt_ptr(CURL* handle, CURLoption option, void* parameter);
Dcurl_wrapper.cc17 CURLcode curl_easy_setopt_ptr(CURL* handle, CURLoption option, in curl_easy_setopt_ptr() function
/external/sandboxed-api/oss-internship-2020/curl/
DCMakeLists.txt65 curl_easy_setopt_ptr
DREADME.md48 - `curl_easy_setopt`. Use `curl_easy_setopt_ptr`, `curl_easy_setopt_long` or