Home
last modified time | relevance | path

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

/curl/lib/
H A Dcf-h2-proxy.c1234 bool want_recv, want_send; in cf_h2_proxy_adjust_pollset() local
1240 want_recv = nghttp2_session_want_read(ctx->h2); in cf_h2_proxy_adjust_pollset()
1243 Curl_pollset_check(data, ps, sock, &want_recv, &want_send); in cf_h2_proxy_adjust_pollset()
1245 if(ctx->h2 && (want_recv || want_send)) { in cf_h2_proxy_adjust_pollset()
1253 want_recv = (want_recv || c_exhaust || s_exhaust); in cf_h2_proxy_adjust_pollset()
1259 Curl_pollset_set(data, ps, sock, want_recv, want_send); in cf_h2_proxy_adjust_pollset()
1261 want_recv, want_send); in cf_h2_proxy_adjust_pollset()
1270 want_recv = nghttp2_session_want_read(ctx->h2); in cf_h2_proxy_adjust_pollset()
1271 Curl_pollset_set(data, ps, sock, want_recv, want_send); in cf_h2_proxy_adjust_pollset()
1273 want_recv, want_send); in cf_h2_proxy_adjust_pollset()
H A Dtransfer.c985 bool want_recv = ((data)->req.keepon & KEEP_RECV); in Curl_xfer_is_blocked() local
987 return (want_recv && Curl_cwriter_is_paused(data)); in Curl_xfer_is_blocked()
988 else if(!want_recv) in Curl_xfer_is_blocked()
H A Dhttp2.c2423 bool want_recv, want_send; in cf_h2_adjust_pollset() local
2429 Curl_pollset_check(data, ps, sock, &want_recv, &want_send); in cf_h2_adjust_pollset()
2430 if(want_recv || want_send) { in cf_h2_adjust_pollset()
2439 want_recv = (want_recv || c_exhaust || s_exhaust); in cf_h2_adjust_pollset()
2444 Curl_pollset_set(data, ps, sock, want_recv, want_send); in cf_h2_adjust_pollset()
2452 want_recv = nghttp2_session_want_read(ctx->h2); in cf_h2_adjust_pollset()
2453 Curl_pollset_set(data, ps, sock, want_recv, want_send); in cf_h2_adjust_pollset()
/curl/lib/vquic/
H A Dcurl_quiche.c1168 bool want_recv, want_send; in cf_quiche_adjust_pollset() local
1173 Curl_pollset_check(data, ps, ctx->q.sockfd, &want_recv, &want_send); in cf_quiche_adjust_pollset()
1174 if(want_recv || want_send) { in cf_quiche_adjust_pollset()
1182 want_recv = (want_recv || c_exhaust || s_exhaust); in cf_quiche_adjust_pollset()
1186 Curl_pollset_set(data, ps, ctx->q.sockfd, want_recv, want_send); in cf_quiche_adjust_pollset()
H A Dcurl_ngtcp2.c846 bool want_recv, want_send; in cf_ngtcp2_adjust_pollset() local
851 Curl_pollset_check(data, ps, ctx->q.sockfd, &want_recv, &want_send); in cf_ngtcp2_adjust_pollset()
855 if(want_recv || want_send) { in cf_ngtcp2_adjust_pollset()
865 want_recv = (want_recv || c_exhaust || s_exhaust); in cf_ngtcp2_adjust_pollset()
869 Curl_pollset_set(data, ps, ctx->q.sockfd, want_recv, want_send); in cf_ngtcp2_adjust_pollset()
H A Dcurl_osslq.c2245 bool want_recv, want_send; in cf_osslq_adjust_pollset() local
2246 Curl_pollset_check(data, ps, ctx->q.sockfd, &want_recv, &want_send); in cf_osslq_adjust_pollset()
2247 if(want_recv || want_send) { in cf_osslq_adjust_pollset()

Completed in 36 milliseconds