Home
last modified time | relevance | path

Searched refs:curl_ (Results 1 – 11 of 11) sorted by relevance

/external/google-breakpad/src/common/linux/
Dlibcurl_wrapper.cc43 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 …]
Dlibcurl_wrapper.h94 CURL *curl_; // Pointer for handle for CURL calls. variable
/external/tensorflow/tensorflow/core/platform/cloud/
Dcurl_http_request.cc126 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 …]
Dcurl_http_request.h193 CURL* curl_ = nullptr; variable
/external/curl/lib/
Dlibcurl.vers.in11 global: curl_*;
/external/curl/packages/vms/
Dgenerate_config_vms_h_curl.com9 $! 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,
Dcompare_curl_source.com274 $ if ref_fname .eqs. "curl_$gusic$onfig.cpp" then ref_skip = 1
Dcurl_gnv_build_steps.txt36 [gnv.common_src]curl_*_original_src.bck is the original source of the curl kit
/external/curl/
DRELEASE-NOTES36 o cleanups: avoid curl_ on local variables [53]
DCHANGES1121 - 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/
DINTERNALS.md460 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