Home
last modified time | relevance | path

Searched refs:expired_rt (Results 1 – 6 of 6) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_connection.h155 bool expired_rt();
Dshrpx_live_check.cc70 if (w == &conn->rt && !conn->expired_rt()) { in timeoutcb()
Dshrpx_http_downstream_connection.cc53 if (w == &conn->rt && !conn->expired_rt()) { in timeoutcb()
833 if (w == &conn->rt && !conn->expired_rt()) { in idle_timeoutcb()
Dshrpx_memcached_connection.cc46 if (w == &conn->rt && !conn->expired_rt()) { in timeoutcb()
Dshrpx_connection.cc1008 bool Connection::expired_rt() { in expired_rt() function in shrpx::Connection
Dshrpx_http2_session.cc114 if (w == &conn->rt && !conn->expired_rt()) { in timeoutcb()