Searched refs:remove_downstream_connection (Results 1 – 7 of 7) sorted by relevance
44 void remove_downstream_connection(DownstreamConnection *dconn);
60 void DownstreamConnectionPool::remove_downstream_connection( in remove_downstream_connection() function in shrpx::DownstreamConnectionPool
102 void remove_downstream_connection(DownstreamConnection *dconn);
114 void remove_downstream_connection(Http2DownstreamConnection *dconn);
88 http2session_->remove_downstream_connection(this); in ~Http2DownstreamConnection()
811 dconn_pool->remove_downstream_connection(dconn); in remove_from_pool()
714 void Http2Session::remove_downstream_connection( in remove_downstream_connection() function in shrpx::Http2Session