HomeSort by relevance Sort by last modified time
    Searched refs:formpost_ (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/common/linux/
libcurl_wrapper.cc 41 formpost_(NULL),
91 (*formadd_)(&formpost_, &lastptr_,
119 (*formadd_)(&formpost_, &lastptr_,
124 (*easy_setopt_)(curl_, CURLOPT_HTTPPOST, formpost_);
158 if (formpost_ != NULL) {
159 (*formfree_)(formpost_);
libcurl_wrapper.h 74 struct curl_httppost *formpost_; member in class:google_breakpad::LibcurlWrapper

Completed in 232 milliseconds