Searched refs:c_exhaust (Results 1 – 4 of 4) sorted by relevance
1246 bool c_exhaust, s_exhaust; in cf_h2_proxy_adjust_pollset() local1249 c_exhaust = !nghttp2_session_get_remote_window_size(ctx->h2); in cf_h2_proxy_adjust_pollset()1253 want_recv = (want_recv || c_exhaust || s_exhaust); in cf_h2_proxy_adjust_pollset()1255 (!c_exhaust && nghttp2_session_want_write(ctx->h2)) || in cf_h2_proxy_adjust_pollset()
2432 bool c_exhaust, s_exhaust; in cf_h2_adjust_pollset() local2435 c_exhaust = want_send && !nghttp2_session_get_remote_window_size(ctx->h2); in cf_h2_adjust_pollset()2439 want_recv = (want_recv || c_exhaust || s_exhaust); in cf_h2_adjust_pollset()2441 (!c_exhaust && nghttp2_session_want_write(ctx->h2)) || in cf_h2_adjust_pollset()
1176 bool c_exhaust, s_exhaust; in cf_quiche_adjust_pollset() local1178 c_exhaust = FALSE; /* Have not found any call in quiche that tells in cf_quiche_adjust_pollset()1182 want_recv = (want_recv || c_exhaust || s_exhaust); in cf_quiche_adjust_pollset()
858 bool c_exhaust, s_exhaust; in cf_ngtcp2_adjust_pollset() local861 c_exhaust = want_send && (!ngtcp2_conn_get_cwnd_left(ctx->qconn) || in cf_ngtcp2_adjust_pollset()865 want_recv = (want_recv || c_exhaust || s_exhaust); in cf_ngtcp2_adjust_pollset()
Completed in 33 milliseconds