Home
last modified time | relevance | path

Searched refs:poolable (Results 1 – 9 of 9) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_health_monitor_downstream_connection.h55 virtual bool poolable() const;
Dshrpx_downstream_connection.h64 virtual bool poolable() const = 0;
Dshrpx_http2_downstream_connection.h65 virtual bool poolable() const { return false; } in poolable() function
Dshrpx_health_monitor_downstream_connection.cc103 bool HealthMonitorDownstreamConnection::poolable() const { return false; } in poolable() function in shrpx::HealthMonitorDownstreamConnection
Dshrpx_api_downstream_connection.h87 virtual bool poolable() const;
Dshrpx_http_downstream_connection.h67 virtual bool poolable() const;
Dshrpx_api_downstream_connection.cc468 bool APIDownstreamConnection::poolable() const { return false; } in poolable() function in shrpx::APIDownstreamConnection
Dshrpx_client_handler.cc652 if (!dconn->poolable()) { in pool_downstream_connection()
Dshrpx_http_downstream_connection.cc1543 bool HttpDownstreamConnection::poolable() const { in poolable() function in shrpx::HttpDownstreamConnection