Home
last modified time | relevance | path

Searched refs:remove_downstream_connection (Results 1 – 7 of 7) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_downstream_connection_pool.h44 void remove_downstream_connection(DownstreamConnection *dconn);
Dshrpx_downstream_connection_pool.cc60 void DownstreamConnectionPool::remove_downstream_connection( in remove_downstream_connection() function in shrpx::DownstreamConnectionPool
Dshrpx_client_handler.h102 void remove_downstream_connection(DownstreamConnection *dconn);
Dshrpx_http2_session.h114 void remove_downstream_connection(Http2DownstreamConnection *dconn);
Dshrpx_http2_downstream_connection.cc88 http2session_->remove_downstream_connection(this); in ~Http2DownstreamConnection()
Dshrpx_http_downstream_connection.cc811 dconn_pool->remove_downstream_connection(dconn); in remove_from_pool()
Dshrpx_http2_session.cc714 void Http2Session::remove_downstream_connection( in remove_downstream_connection() function in shrpx::Http2Session