Searched refs:curl_ (Results 1 – 9 of 9) sorted by relevance
/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/NetWare/ |
D | get_exp.awk | 37 /^CURL_EXTERN .* [*]?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 | 452 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/ |
D | CHANGES.0 | 4159 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
|