Searched refs:poolable (Results 1 – 11 of 11) sorted by relevance
55 virtual bool poolable() const;
56 virtual bool poolable() const;
79 bool NullDownstreamConnection::poolable() const { return false; } in poolable() function in shrpx::NullDownstreamConnection
64 virtual bool poolable() const = 0;
65 virtual bool poolable() const { return false; } in poolable() function
104 bool HealthMonitorDownstreamConnection::poolable() const { return false; } in poolable() function in shrpx::HealthMonitorDownstreamConnection
87 virtual bool poolable() const;
67 virtual bool poolable() const;
468 bool APIDownstreamConnection::poolable() const { return false; } in poolable() function in shrpx::APIDownstreamConnection
717 if (!dconn->poolable()) { in pool_downstream_connection()
1611 bool HttpDownstreamConnection::poolable() const { in poolable() function in shrpx::HttpDownstreamConnection