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

  /external/google-breakpad/src/common/linux/
libcurl_wrapper.cc 43 headerlist_(NULL) {
153 if (headerlist_ != NULL) {
154 (*slist_free_all_)(headerlist_);
190 headerlist_ = (*slist_append_)(headerlist_, buf);
191 (*easy_setopt_)(curl_, CURLOPT_HTTPHEADER, headerlist_);
libcurl_wrapper.h 76 struct curl_slist *headerlist_; member in class:google_breakpad::LibcurlWrapper

Completed in 84 milliseconds