/external/google-breakpad/src/common/linux/ |
libcurl_wrapper.cc | 69 (*easy_setopt_)(curl_, CURLOPT_PROXY, proxy_host.c_str()); 75 (*easy_setopt_)(curl_, CURLOPT_PROXYUSERPWD, proxy_userpwd.c_str()); 116 (*easy_setopt_)(curl_, CURLOPT_URL, url.c_str()); 124 (*easy_setopt_)(curl_, CURLOPT_HTTPPOST, formpost_); 127 (*easy_setopt_)(curl_, CURLOPT_WRITEFUNCTION, WriteCallback); 128 (*easy_setopt_)(curl_, CURLOPT_WRITEDATA, 133 (*easy_setopt_)(curl_, CURLOPT_HEADERFUNCTION, WriteCallback); 134 (*easy_setopt_)(curl_, CURLOPT_HEADERDATA, 139 err_code = (*easy_perform_)(curl_); 144 (*easy_getinfo_)(curl_, CURLINFO_RESPONSE_CODE, http_status_code) [all...] |
libcurl_wrapper.h | 69 CURL *curl_; // Pointer for handle for CURL calls. member in class:google_breakpad::LibcurlWrapper
|
/external/curl/docs/examples/ |
adddocsref.pl | 21 elsif($l =~ /^( *).*(curl_([^\(]*))\(/) {
|
/external/curl/packages/NetWare/ |
get_exp.awk | 37 /^CURL_EXTERN .* [*]?curl_.*[(]/ {
|
/external/curl/packages/vms/ |
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,
|
compare_curl_source.com | 274 $ if ref_fname .eqs. "curl_$gusic$onfig.cpp" then ref_skip = 1
|