Searched refs:AddEasyCurlError (Results 1 – 3 of 3) sorted by relevance
/external/libbrillo/brillo/http/ |
D | http_transport_curl.cc | 196 AddEasyCurlError(error, FROM_HERE, code, curl_interface_.get()); in CreateConnection() 277 void Transport::AddEasyCurlError(brillo::ErrorPtr* error, in AddEasyCurlError() function in brillo::http::curl::Transport 455 AddEasyCurlError(&error, FROM_HERE, code, curl_interface_.get()); in OnTransferComplete()
|
D | http_transport_curl.h | 66 static void AddEasyCurlError(brillo::ErrorPtr* error,
|
D | http_connection_curl.cc | 157 Transport::AddEasyCurlError(error, FROM_HERE, ret, curl_interface_.get()); in FinishRequest()
|