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

  /external/libbrillo/brillo/http/
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...]
http_connection_curl.cc 60 curl_interface_(curl_interface) {
63 curl_interface_->EasySetOptPtr(curl_handle_, CURLOPT_PRIVATE, this);
70 curl_interface_->EasyCleanup(curl_handle_);
92 curl_interface_->EasySetOptCallback(
94 curl_interface_->EasySetOptInt(curl_handle_, CURLOPT_VERBOSE, 1);
106 curl_interface_->EasySetOptOffT(
109 curl_interface_->EasySetOptOffT(
118 curl_interface_->EasySetOptCallback(
120 curl_interface_->EasySetOptPtr(curl_handle_, CURLOPT_READDATA, this);
132 curl_interface_->EasySetOptPtr
    [all...]
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

Completed in 62 milliseconds