Home
last modified time | relevance | path

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

/third_party/curl/lib/vquic/
H A Dcurl_ngtcp2.c745 bool want_recv, want_send; in cf_ngtcp2_adjust_pollset() local
750 Curl_pollset_check(data, ps, ctx->q.sockfd, &want_recv, &want_send); in cf_ngtcp2_adjust_pollset()
751 if(want_recv || want_send) { in cf_ngtcp2_adjust_pollset()
761 want_recv = (want_recv || c_exhaust || s_exhaust); in cf_ngtcp2_adjust_pollset()
765 Curl_pollset_set(data, ps, ctx->q.sockfd, want_recv, want_send); in cf_ngtcp2_adjust_pollset()
H A Dcurl_quiche.c1079 bool want_recv, want_send; in cf_quiche_adjust_pollset() local
1084 Curl_pollset_check(data, ps, ctx->q.sockfd, &want_recv, &want_send); in cf_quiche_adjust_pollset()
1085 if(want_recv || want_send) { in cf_quiche_adjust_pollset()
1093 want_recv = (want_recv || c_exhaust || s_exhaust); in cf_quiche_adjust_pollset()
1097 Curl_pollset_set(data, ps, ctx->q.sockfd, want_recv, want_send); in cf_quiche_adjust_pollset()
H A Dcurl_osslq.c2099 bool want_recv, want_send; in cf_osslq_adjust_pollset() local
2100 Curl_pollset_check(data, ps, ctx->q.sockfd, &want_recv, &want_send); in cf_osslq_adjust_pollset()
2101 if(want_recv || want_send) { in cf_osslq_adjust_pollset()
/third_party/curl/lib/
H A Dcf-h2-proxy.c1177 bool want_recv, want_send; in cf_h2_proxy_adjust_pollset() local
1179 Curl_pollset_check(data, ps, sock, &want_recv, &want_send); in cf_h2_proxy_adjust_pollset()
1180 if(ctx->h2 && (want_recv || want_send)) { in cf_h2_proxy_adjust_pollset()
1189 want_recv = (want_recv || c_exhaust || s_exhaust); in cf_h2_proxy_adjust_pollset()
1193 Curl_pollset_set(data, ps, sock, want_recv, want_send); in cf_h2_proxy_adjust_pollset()
H A Dhttp2.c2331 bool want_recv, want_send; in cf_h2_adjust_pollset() local
2337 Curl_pollset_check(data, ps, sock, &want_recv, &want_send); in cf_h2_adjust_pollset()
2338 if(want_recv || want_send) { in cf_h2_adjust_pollset()
2348 want_recv = (want_recv || c_exhaust || s_exhaust); in cf_h2_adjust_pollset()
2352 Curl_pollset_set(data, ps, sock, want_recv, want_send); in cf_h2_adjust_pollset()

Completed in 20 milliseconds