Home
last modified time | relevance | path

Searched defs:poolable (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_http2_downstream_connection.h65 virtual bool poolable() const { return false; } in poolable() function
Dshrpx_null_downstream_connection.cc79 bool NullDownstreamConnection::poolable() const { return false; } in poolable() function in shrpx::NullDownstreamConnection
Dshrpx_health_monitor_downstream_connection.cc104 bool HealthMonitorDownstreamConnection::poolable() const { return false; } in poolable() function in shrpx::HealthMonitorDownstreamConnection
Dshrpx_api_downstream_connection.cc468 bool APIDownstreamConnection::poolable() const { return false; } in poolable() function in shrpx::APIDownstreamConnection
Dshrpx_http_downstream_connection.cc1611 bool HttpDownstreamConnection::poolable() const { in poolable() function in shrpx::HttpDownstreamConnection