Searched refs:curl_ (Results 1 – 10 of 10) sorted by relevance
/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() 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 …]
|
D | curl_http_request.h | 193 CURL* curl_ = nullptr; variable
|
/external/google-breakpad/src/common/linux/ |
D | libcurl_wrapper.cc | 69 (*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 …]
|
D | libcurl_wrapper.h | 69 CURL *curl_; // Pointer for handle for CURL calls. 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/docs/ |
D | INTERNALS.md | 458 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/ |
D | CHANGES | 6006 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"
|