Home
last modified time | relevance | path

Searched refs:want_recv (Results 1 – 5 of 5) sorted by relevance

/curl/lib/
H A Dcf-h2-proxy.c1186 bool want_recv, want_send; in cf_h2_proxy_adjust_pollset() local
1188 Curl_pollset_check(data, ps, sock, &want_recv, &want_send); in cf_h2_proxy_adjust_pollset()
1189 if(ctx->h2 && (want_recv || want_send)) { in cf_h2_proxy_adjust_pollset()
1198 want_recv = (want_recv || c_exhaust || s_exhaust); in cf_h2_proxy_adjust_pollset()
1202 Curl_pollset_set(data, ps, sock, want_recv, want_send); in cf_h2_proxy_adjust_pollset()
H A Dhttp2.c2362 bool want_recv, want_send; in cf_h2_adjust_pollset() local
2368 Curl_pollset_check(data, ps, sock, &want_recv, &want_send); in cf_h2_adjust_pollset()
2369 if(want_recv || want_send) { in cf_h2_adjust_pollset()
2379 want_recv = (want_recv || c_exhaust || s_exhaust); in cf_h2_adjust_pollset()
2383 Curl_pollset_set(data, ps, sock, want_recv, want_send); in cf_h2_adjust_pollset()
/curl/lib/vquic/
H A Dcurl_quiche.c1142 bool want_recv, want_send; in cf_quiche_adjust_pollset() local
1147 Curl_pollset_check(data, ps, ctx->q.sockfd, &want_recv, &want_send); in cf_quiche_adjust_pollset()
1148 if(want_recv || want_send) { in cf_quiche_adjust_pollset()
1156 want_recv = (want_recv || c_exhaust || s_exhaust); in cf_quiche_adjust_pollset()
1160 Curl_pollset_set(data, ps, ctx->q.sockfd, want_recv, want_send); in cf_quiche_adjust_pollset()
H A Dcurl_ngtcp2.c812 bool want_recv, want_send; in cf_ngtcp2_adjust_pollset() local
817 Curl_pollset_check(data, ps, ctx->q.sockfd, &want_recv, &want_send); in cf_ngtcp2_adjust_pollset()
818 if(want_recv || want_send) { in cf_ngtcp2_adjust_pollset()
828 want_recv = (want_recv || c_exhaust || s_exhaust); in cf_ngtcp2_adjust_pollset()
832 Curl_pollset_set(data, ps, ctx->q.sockfd, want_recv, want_send); in cf_ngtcp2_adjust_pollset()
H A Dcurl_osslq.c2185 bool want_recv, want_send; in cf_osslq_adjust_pollset() local
2186 Curl_pollset_check(data, ps, ctx->q.sockfd, &want_recv, &want_send); in cf_osslq_adjust_pollset()
2187 if(want_recv || want_send) { in cf_osslq_adjust_pollset()

Completed in 35 milliseconds