Home
last modified time | relevance | path

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 Dexample1.cc57 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 Dexample3.cc146 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 Dtests.cc128 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 Dtest_utils.cc63 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 Dcurl_wrapper.h28 CURLcode curl_easy_setopt_long(CURL* handle, CURLoption option, long parameter);
H A Dcurl_wrapper.cc22 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 DCMakeLists.txt66 curl_easy_setopt_long
H A DREADME.md48 - `curl_easy_setopt`. Use `curl_easy_setopt_ptr`, `curl_easy_setopt_long` or
/aosp_15_r20/external/curl/packages/OS400/rpg-examples/
H A DSIMPLE171 c callp curl_easy_setopt_long(h:
/aosp_15_r20/external/curl/packages/OS400/
H A DREADME.OS400347 _ Procedures curl_easy_setopt_long(), curl_easy_setopt_object(),
H A Dcurl.inc.in2829 d curl_easy_setopt_long...