Home
last modified time | relevance | path

Searched defs:curl_interface (Results 1 – 2 of 2) sorted by relevance

/external/libbrillo/brillo/http/
Dhttp_transport_curl.cc28 SocketPollData(const std::shared_ptr<CurlInterface>& curl_interface, in SocketPollData()
102 Transport::Transport(const std::shared_ptr<CurlInterface>& curl_interface) in Transport()
108 Transport::Transport(const std::shared_ptr<CurlInterface>& curl_interface, in Transport()
316 CurlInterface* curl_interface) { in AddEasyCurlError()
325 CurlInterface* curl_interface) { in AddMultiCurlError()
Dhttp_connection_curl.cc57 const std::shared_ptr<CurlInterface>& curl_interface, in Connection()