OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:curl_connection
(Results
1 - 1
of
1
) sorted by null
/external/libbrillo/brillo/http/
http_transport_curl.cc
221
auto
curl_connection
= static_cast<http::curl::Connection*>(connection);
local
229
std::static_pointer_cast<Connection>(
curl_connection
->shared_from_this());
231
async_requests_.emplace(
curl_connection
, std::move(request_data));
232
request_id_map_.emplace(request_id,
curl_connection
);
236
curl_multi_handle_,
curl_connection
->curl_handle_);
242
async_requests_.erase(
curl_connection
);
Completed in 679 milliseconds