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.cc36 SocketPollData(const std::shared_ptr<CurlInterface>& curl_interface, in SocketPollData()
100 Transport::Transport(const std::shared_ptr<CurlInterface>& curl_interface) in Transport()
105 Transport::Transport(const std::shared_ptr<CurlInterface>& curl_interface, in Transport()
270 CurlInterface* curl_interface) { in AddEasyCurlError()
279 CurlInterface* curl_interface) { in AddMultiCurlError()
Dhttp_connection_curl.cc55 const std::shared_ptr<CurlInterface>& curl_interface, in Connection()