Home
last modified time | relevance | path

Searched refs:DownstreamConnectionPool (Results 1 – 8 of 8) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_downstream_connection_pool.cc30 DownstreamConnectionPool::DownstreamConnectionPool() {} in DownstreamConnectionPool() function in shrpx::DownstreamConnectionPool
32 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()
Dshrpx_downstream_connection_pool.h37 class DownstreamConnectionPool {
39 DownstreamConnectionPool();
40 ~DownstreamConnectionPool();
Dshrpx_http2_downstream_connection.h40 class DownstreamConnectionPool; variable
Dshrpx_http_downstream_connection.h38 class DownstreamConnectionPool; variable
Dshrpx_client_handler.h50 class DownstreamConnectionPool; variable
Dshrpx_tls.h50 class DownstreamConnectionPool; variable
Dshrpx_worker.h97 std::unique_ptr<DownstreamConnectionPool> dconn_pool;
Dshrpx_worker.cc318 addr.dconn_pool = std::make_unique<DownstreamConnectionPool>(); in replace_downstream_config()