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.c1232 bool want_recv, want_send; in cf_h2_proxy_adjust_pollset() local
1238 want_recv = nghttp2_session_want_read(ctx->h2); in cf_h2_proxy_adjust_pollset()
1241 Curl_pollset_check(data, ps, sock, &want_recv, &want_send); in cf_h2_proxy_adjust_pollset()
1243 if(ctx->h2 && (want_recv || want_send)) { in cf_h2_proxy_adjust_pollset()
1251 want_recv = (want_recv || c_exhaust || s_exhaust); in cf_h2_proxy_adjust_pollset()
1257 Curl_pollset_set(data, ps, sock, want_recv, want_send); in cf_h2_proxy_adjust_pollset()
1259 want_recv, want_send); in cf_h2_proxy_adjust_pollset()
1268 want_recv = nghttp2_session_want_read(ctx->h2); in cf_h2_proxy_adjust_pollset()
1269 Curl_pollset_set(data, ps, sock, want_recv, want_send); in cf_h2_proxy_adjust_pollset()
1271 want_recv, want_send); in cf_h2_proxy_adjust_pollset()
H A Dhttp2.c2400 bool want_recv, want_send; in cf_h2_adjust_pollset() local
2406 Curl_pollset_check(data, ps, sock, &want_recv, &want_send); in cf_h2_adjust_pollset()
2407 if(want_recv || want_send) { in cf_h2_adjust_pollset()
2416 want_recv = (want_recv || c_exhaust || s_exhaust); in cf_h2_adjust_pollset()
2421 Curl_pollset_set(data, ps, sock, want_recv, want_send); in cf_h2_adjust_pollset()
2429 want_recv = nghttp2_session_want_read(ctx->h2); in cf_h2_adjust_pollset()
2430 Curl_pollset_set(data, ps, sock, want_recv, want_send); in cf_h2_adjust_pollset()
H A Dtransfer.c1276 bool want_recv = ((data)->req.keepon & KEEP_RECV); in Curl_xfer_is_blocked() local
1278 return (want_recv && Curl_cwriter_is_paused(data)); in Curl_xfer_is_blocked()
1279 else if(!want_recv) in Curl_xfer_is_blocked()
/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.c847 bool want_recv, want_send; in cf_ngtcp2_adjust_pollset() local
852 Curl_pollset_check(data, ps, ctx->q.sockfd, &want_recv, &want_send); in cf_ngtcp2_adjust_pollset()
856 if(want_recv || want_send) { in cf_ngtcp2_adjust_pollset()
866 want_recv = (want_recv || c_exhaust || s_exhaust); in cf_ngtcp2_adjust_pollset()
870 Curl_pollset_set(data, ps, ctx->q.sockfd, want_recv, want_send); in cf_ngtcp2_adjust_pollset()
H A Dcurl_osslq.c2237 bool want_recv, want_send; in cf_osslq_adjust_pollset() local
2238 Curl_pollset_check(data, ps, ctx->q.sockfd, &want_recv, &want_send); in cf_osslq_adjust_pollset()
2239 if(want_recv || want_send) { in cf_osslq_adjust_pollset()

Completed in 41 milliseconds