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.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()
191 (*easy_setopt_)(curl_, CURLOPT_HTTPHEADER, headerlist_); in Init()
209 SET_AND_CHECK_FUNCTION_POINTER(easy_setopt_, in SetFunctionPointers()
Dlibcurl_wrapper.h79 CURLcode (*easy_setopt_)(CURL *, CURLoption, ...); variable