Home
last modified time | relevance | path

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

/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()
134 libcurl_->curl_easy_setopt(curl_, CURLOPT_VERBOSE, kVerboseOutput)); in CurlHttpRequest()
136 curl_, CURLOPT_USERAGENT, in CurlHttpRequest()
139 CHECK_CURL_OK(libcurl_->curl_easy_setopt(curl_, CURLOPT_NOSIGNAL, 1L)); in CurlHttpRequest()
144 CHECK_CURL_OK(libcurl_->curl_easy_setopt(curl_, CURLOPT_NOPROGRESS, 0ULL)); in CurlHttpRequest()
145 CHECK_CURL_OK(libcurl_->curl_easy_setopt(curl_, CURLOPT_XFERINFODATA, this)); in CurlHttpRequest()
146 CHECK_CURL_OK(libcurl_->curl_easy_setopt(curl_, CURLOPT_XFERINFOFUNCTION, in CurlHttpRequest()
164 if (curl_) { in ~CurlHttpRequest()
165 libcurl_->curl_easy_cleanup(curl_); in ~CurlHttpRequest()
[all …]
Dcurl_http_request.h193 CURL* curl_ = nullptr; variable
/external/google-breakpad/src/common/linux/
Dlibcurl_wrapper.cc69 (*easy_setopt_)(curl_, CURLOPT_PROXY, proxy_host.c_str()); in SetProxy()
75 (*easy_setopt_)(curl_, CURLOPT_PROXYUSERPWD, proxy_userpwd.c_str()); in SetProxy()
116 (*easy_setopt_)(curl_, CURLOPT_URL, url.c_str()); in SendRequest()
124 (*easy_setopt_)(curl_, CURLOPT_HTTPPOST, formpost_); in SendRequest()
127 (*easy_setopt_)(curl_, CURLOPT_WRITEFUNCTION, WriteCallback); in SendRequest()
128 (*easy_setopt_)(curl_, CURLOPT_WRITEDATA, in SendRequest()
133 (*easy_setopt_)(curl_, CURLOPT_HEADERFUNCTION, WriteCallback); in SendRequest()
134 (*easy_setopt_)(curl_, CURLOPT_HEADERDATA, in SendRequest()
139 err_code = (*easy_perform_)(curl_); in SendRequest()
144 (*easy_getinfo_)(curl_, CURLINFO_RESPONSE_CODE, http_status_code); in SendRequest()
[all …]
Dlibcurl_wrapper.h69 CURL *curl_; // Pointer for handle for CURL calls. 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/docs/
DINTERNALS.md458 Public ("exported") symbols must use a `curl_` prefix. (There are exceptions,
628 Several functions will be removed from the public `curl_` name space in a
/external/curl/
DCHANGES6006 To not "collide" or use up the regular curl_ name space. Also makes them
7026 It also verifies that all used curl_ prefixed functions are "blessed"