Home
last modified time | relevance | path

Searched refs:Curl_pollset_check (Results 1 – 7 of 7) sorted by relevance

/third_party/curl/lib/
Dcfilters.h539 void Curl_pollset_check(struct Curl_easy *data,
Dcfilters.c772 void Curl_pollset_check(struct Curl_easy *data, in Curl_pollset_check() function
Dcf-h2-proxy.c1179 Curl_pollset_check(data, ps, sock, &want_recv, &want_send); in cf_h2_proxy_adjust_pollset()
Dhttp2.c2337 Curl_pollset_check(data, ps, sock, &want_recv, &want_send); in cf_h2_adjust_pollset()
/third_party/curl/lib/vquic/
Dcurl_quiche.c1084 Curl_pollset_check(data, ps, ctx->q.sockfd, &want_recv, &want_send); in cf_quiche_adjust_pollset()
Dcurl_osslq.c2100 Curl_pollset_check(data, ps, ctx->q.sockfd, &want_recv, &want_send); in cf_osslq_adjust_pollset()
Dcurl_ngtcp2.c750 Curl_pollset_check(data, ps, ctx->q.sockfd, &want_recv, &want_send); in cf_ngtcp2_adjust_pollset()