Searched refs:DownstreamConnectionPool (Results 1 – 8 of 8) sorted by relevance
30 DownstreamConnectionPool::DownstreamConnectionPool() {} in DownstreamConnectionPool() function in shrpx::DownstreamConnectionPool32 DownstreamConnectionPool::~DownstreamConnectionPool() { remove_all(); } in ~DownstreamConnectionPool()34 void DownstreamConnectionPool::remove_all() { in remove_all()42 void DownstreamConnectionPool::add_downstream_connection( in add_downstream_connection()48 DownstreamConnectionPool::pop_downstream_connection() { in pop_downstream_connection()60 void DownstreamConnectionPool::remove_downstream_connection( in remove_downstream_connection()
37 class DownstreamConnectionPool {39 DownstreamConnectionPool();40 ~DownstreamConnectionPool();
40 class DownstreamConnectionPool; variable
38 class DownstreamConnectionPool; variable
50 class DownstreamConnectionPool; variable
97 std::unique_ptr<DownstreamConnectionPool> dconn_pool;
318 addr.dconn_pool = std::make_unique<DownstreamConnectionPool>(); in replace_downstream_config()