Home
last modified time | relevance | path

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

/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/NetWare/
Dget_exp.awk37 /^CURL_EXTERN .* [*]?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/
DINTERNALS452 Public ("exported") symbols must use a `curl_` prefix. (There are exceptions,
633 Several functions will be removed from the public curl_ name space in a
/external/curl/
DCHANGES.04159 curl_ prefixes. This is for consistency and for easier maintainance and
9042 removal of several curl_-functions from the public libcurl API.
13532 - Renamed the 'TimeCond' typedef in curl/curl.h to use a 'curl_' prefix as
14969 libs. All public symbols should be prefixed with 'curl_' and the rest should