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),
64 CURLMcode code = curl_interface_->MultiSocketAction(
74 std::shared_ptr<CurlInterface> curl_interface_; member in class:brillo::http::curl::Transport::SocketPollData
101 : curl_interface_{curl_interface} {
107 : curl_interface_{curl_interface}, proxy_{proxy} {
124 CURL* curl_handle = curl_interface_->EasyInit();
133 CURLcode code = curl_interface_->EasySetOptStr(curl_handle, CURLOPT_URL, url);
136 code = curl_interface_->EasySetOptStr(curl_handle, CURLOPT_CAPATH,
141 curl_interface_->EasySetOptInt(curl_handle, CURLOPT_SSL_VERIFYPEER, 1);
145 curl_interface_->EasySetOptInt(curl_handle, CURLOPT_SSL_VERIFYHOST, 2)
    [all...]

Completed in 135 milliseconds