Home
last modified time | relevance | path

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

/external/libbrillo/brillo/http/
Dhttp_transport_curl.cc210 AddEasyCurlError(error, FROM_HERE, code, curl_interface_.get()); in CreateConnection()
313 void Transport::AddEasyCurlError(brillo::ErrorPtr* error, in AddEasyCurlError() function in brillo::http::curl::Transport
471 AddEasyCurlError(&error, FROM_HERE, code, curl_interface_.get()); in OnTransferComplete()
Dhttp_transport_curl.h76 static void AddEasyCurlError(brillo::ErrorPtr* error,
Dhttp_connection_curl.cc159 Transport::AddEasyCurlError(error, FROM_HERE, ret, curl_interface_.get()); in FinishRequest()