Home
last modified time | relevance | path

Searched refs:AddEasyCurlError (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/http/
Dhttp_transport_curl.cc191 AddEasyCurlError(error, FROM_HERE, code, curl_interface_.get()); in CreateConnection()
267 void Transport::AddEasyCurlError(brillo::ErrorPtr* error, in AddEasyCurlError() function in brillo::http::curl::Transport
444 AddEasyCurlError(&error, FROM_HERE, code, curl_interface_.get()); in OnTransferComplete()
Dhttp_transport_curl.h64 static void AddEasyCurlError(brillo::ErrorPtr* error,
Dhttp_connection_curl.cc157 Transport::AddEasyCurlError(error, FROM_HERE, ret, curl_interface_.get()); in FinishRequest()