Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_health_monitor_downstream_connection.h55 virtual bool poolable() const;
Dshrpx_null_downstream_connection.h56 virtual bool poolable() const;
Dshrpx_null_downstream_connection.cc79 bool NullDownstreamConnection::poolable() const { return false; } in poolable() function in shrpx::NullDownstreamConnection
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.cc104 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.cc717 if (!dconn->poolable()) { in pool_downstream_connection()
Dshrpx_http_downstream_connection.cc1611 bool HttpDownstreamConnection::poolable() const { in poolable() function in shrpx::HttpDownstreamConnection