Searched refs:curl_ (Results 1 – 11 of 11) sorted by relevance
/external/google-breakpad/src/common/linux/ |
D | libcurl_wrapper.cc | 43 curl_(nullptr), in LibcurlWrapper() 50 (*easy_cleanup_)(curl_); in ~LibcurlWrapper() 61 (*easy_setopt_)(curl_, CURLOPT_PROXY, proxy_host.c_str()); in SetProxy() 67 (*easy_setopt_)(curl_, CURLOPT_PROXYUSERPWD, proxy_userpwd.c_str()); in SetProxy() 116 (*easy_setopt_)(curl_, CURLOPT_HTTPPOST, formpost_); in SendRequest() 128 (*easy_setopt_)(curl_, CURLOPT_HTTPGET, 1L); in SendGetRequest() 142 (*easy_setopt_)(curl_, CURLOPT_UPLOAD, 1L); in SendPutRequest() 143 (*easy_setopt_)(curl_, CURLOPT_PUT, 1L); in SendPutRequest() 144 (*easy_setopt_)(curl_, CURLOPT_READDATA, file); in SendPutRequest() 161 (*easy_setopt_)(curl_, CURLOPT_POSTFIELDSIZE, body.size()); in SendSimplePostRequest() [all …]
|
D | libcurl_wrapper.h | 94 CURL *curl_; // Pointer for handle for CURL calls. variable
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | curl_http_request.cc | 126 curl_ = libcurl_->curl_easy_init(); in CurlHttpRequest() 127 CHECK(curl_ != nullptr) << "Couldn't initialize a curl session."; in CurlHttpRequest() 137 libcurl_->curl_easy_setopt(curl_, CURLOPT_CAINFO, value.c_str())); in CurlHttpRequest() 140 libcurl_->curl_easy_setopt(curl_, CURLOPT_VERBOSE, kVerboseOutput)); in CurlHttpRequest() 142 curl_, CURLOPT_USERAGENT, in CurlHttpRequest() 145 CHECK_CURL_OK(libcurl_->curl_easy_setopt(curl_, CURLOPT_NOSIGNAL, 1L)); in CurlHttpRequest() 148 CHECK_CURL_OK(libcurl_->curl_easy_setopt(curl_, CURLOPT_HTTP_VERSION, in CurlHttpRequest() 153 libcurl_->curl_easy_setopt(curl_, CURLOPT_NOPROGRESS, uint64{0})); in CurlHttpRequest() 154 CHECK_CURL_OK(libcurl_->curl_easy_setopt(curl_, CURLOPT_XFERINFODATA, this)); in CurlHttpRequest() 155 CHECK_CURL_OK(libcurl_->curl_easy_setopt(curl_, CURLOPT_XFERINFOFUNCTION, in CurlHttpRequest() [all …]
|
D | curl_http_request.h | 193 CURL* curl_ = nullptr; variable
|
/external/curl/lib/ |
D | libcurl.vers.in | 11 global: curl_*;
|
/external/curl/packages/vms/ |
D | generate_config_vms_h_curl.com | 9 $! a [curl_]config.h file. Configure scripts on VMS generally do not 14 $! This generates a [curl_]config.h file and also a config_vms.h file,
|
D | compare_curl_source.com | 274 $ if ref_fname .eqs. "curl_$gusic$onfig.cpp" then ref_skip = 1
|
D | curl_gnv_build_steps.txt | 36 [gnv.common_src]curl_*_original_src.bck is the original source of the curl kit
|
/external/curl/ |
D | RELEASE-NOTES | 36 o cleanups: avoid curl_ on local variables [53]
|
D | CHANGES | 1121 - setopt: avoid curl_ on local variable 1125 - mqtt.c: avoid curl_ prefix on local variable 1129 - wildcard: strip "curl_" prefix from private symbols 1141 Internal names should not be prefixed "curl_"
|
/external/curl/docs/ |
D | INTERNALS.md | 460 Public ("exported") symbols must use a `curl_` prefix. (There are exceptions, 630 Several functions will be removed from the public `curl_` name space in a
|