Home
last modified time | relevance | path

Searched refs:easy_setopt_ (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/common/linux/
Dlibcurl_wrapper.cc61 (*easy_setopt_)(curl_, CURLOPT_PROXY, proxy_host.c_str()); in SetProxy()
67 (*easy_setopt_)(curl_, CURLOPT_PROXYUSERPWD, proxy_userpwd.c_str()); in SetProxy()
116 (*easy_setopt_)(curl_, CURLOPT_HTTPPOST, formpost_); in SendRequest()
128 (*easy_setopt_)(curl_, CURLOPT_HTTPGET, 1L); in SendGetRequest()
142 (*easy_setopt_)(curl_, CURLOPT_UPLOAD, 1L); in SendPutRequest()
143 (*easy_setopt_)(curl_, CURLOPT_PUT, 1L); in SendPutRequest()
144 (*easy_setopt_)(curl_, CURLOPT_READDATA, file); in SendPutRequest()
161 (*easy_setopt_)(curl_, CURLOPT_POSTFIELDSIZE, body.size()); in SendSimplePostRequest()
162 (*easy_setopt_)(curl_, CURLOPT_COPYPOSTFIELDS, body.c_str()); in SendSimplePostRequest()
233 SET_AND_CHECK_FUNCTION_POINTER(easy_setopt_, in SetFunctionPointers()
[all …]
Dlibcurl_wrapper.h104 CURLcode (*easy_setopt_)(CURL *, CURLoption, ...); variable