Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Dlibcurl_wrapper.cc41 formpost_(NULL), in LibcurlWrapper()
91 (*formadd_)(&formpost_, &lastptr_, in AddFile()
119 (*formadd_)(&formpost_, &lastptr_, in SendRequest()
124 (*easy_setopt_)(curl_, CURLOPT_HTTPPOST, formpost_); in SendRequest()
158 if (formpost_ != NULL) { in SendRequest()
159 (*formfree_)(formpost_); in SendRequest()
Dlibcurl_wrapper.h74 struct curl_httppost *formpost_; variable