Searched refs:s_exhaust (Results 1 – 4 of 4) sorted by relevance
1176 bool c_exhaust, s_exhaust; in cf_quiche_adjust_pollset() local1180 s_exhaust = want_send && stream && stream->opened && in cf_quiche_adjust_pollset()1182 want_recv = (want_recv || c_exhaust || s_exhaust); in cf_quiche_adjust_pollset()1183 want_send = (!s_exhaust && want_send) || in cf_quiche_adjust_pollset()
858 bool c_exhaust, s_exhaust; in cf_ngtcp2_adjust_pollset() local863 s_exhaust = want_send && stream && stream->id >= 0 && in cf_ngtcp2_adjust_pollset()865 want_recv = (want_recv || c_exhaust || s_exhaust); in cf_ngtcp2_adjust_pollset()866 want_send = (!s_exhaust && want_send) || in cf_ngtcp2_adjust_pollset()
1246 bool c_exhaust, s_exhaust; in cf_h2_proxy_adjust_pollset() local1250 s_exhaust = ctx->tunnel.stream_id >= 0 && in cf_h2_proxy_adjust_pollset()1253 want_recv = (want_recv || c_exhaust || s_exhaust); in cf_h2_proxy_adjust_pollset()1254 want_send = (!s_exhaust && want_send) || in cf_h2_proxy_adjust_pollset()
2432 bool c_exhaust, s_exhaust; in cf_h2_adjust_pollset() local2436 s_exhaust = want_send && stream && stream->id >= 0 && in cf_h2_adjust_pollset()2439 want_recv = (want_recv || c_exhaust || s_exhaust); in cf_h2_adjust_pollset()2440 want_send = (!s_exhaust && want_send) || in cf_h2_adjust_pollset()
Completed in 26 milliseconds