HomeSort by relevance Sort by last modified time
    Searched defs:curl_interface_ (Results 1 - 3 of 3) sorted by null

  /external/libbrillo/brillo/http/
http_connection_curl.h 92 std::shared_ptr<CurlInterface> curl_interface_; member in class:brillo::http::curl::Connection
http_transport_curl.h 114 std::shared_ptr<CurlInterface> curl_interface_; member in class:brillo::http::curl::Transport
http_transport_curl.cc 40 : curl_interface_(curl_interface),
65 CURLMcode code = curl_interface_->MultiSocketAction(
75 std::shared_ptr<CurlInterface> curl_interface_; member in class:brillo::http::curl::Transport::SocketPollData
102 : curl_interface_{curl_interface} {
108 : curl_interface_{curl_interface}, proxy_{proxy} {
125 CURL* curl_handle = curl_interface_->EasyInit();
134 CURLcode code = curl_interface_->EasySetOptStr(curl_handle, CURLOPT_URL, url);
137 code = curl_interface_->EasySetOptStr(curl_handle, CURLOPT_CAPATH,
142 curl_interface_->EasySetOptInt(curl_handle, CURLOPT_SSL_VERIFYPEER, 1);
146 curl_interface_->EasySetOptInt(curl_handle, CURLOPT_SSL_VERIFYHOST, 2)
    [all...]

Completed in 137 milliseconds