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

  /system/update_engine/
libcurl_http_fetcher.cc 194 if (curl_http_headers_) {
195 curl_slist_free_all(curl_http_headers_);
196 curl_http_headers_ = nullptr;
200 curl_http_headers_ =
201 curl_slist_append(curl_http_headers_, header.second.c_str());
208 curl_http_headers_ =
209 curl_slist_append(curl_http_headers_, content_type_attr.c_str());
215 curl_easy_setopt(curl_handle_, CURLOPT_HTTPHEADER, curl_http_headers_),
724 if (curl_http_headers_) {
725 curl_slist_free_all(curl_http_headers_);
    [all...]
libcurl_http_fetcher.h 190 struct curl_slist* curl_http_headers_{nullptr}; struct in class:chromeos_update_engine::LibcurlHttpFetcher

Completed in 195 milliseconds