Searched refs:Curl_pollset_check (Results 1 – 7 of 7) sorted by relevance
/curl/lib/ |
H A D | cfilters.h | 624 void Curl_pollset_check(struct Curl_easy *data,
|
H A D | cfilters.c | 1005 void Curl_pollset_check(struct Curl_easy *data, in Curl_pollset_check() function
|
H A D | cf-h2-proxy.c | 1243 Curl_pollset_check(data, ps, sock, &want_recv, &want_send); in cf_h2_proxy_adjust_pollset()
|
H A D | http2.c | 2429 Curl_pollset_check(data, ps, sock, &want_recv, &want_send); in cf_h2_adjust_pollset()
|
/curl/lib/vquic/ |
H A D | curl_quiche.c | 1173 Curl_pollset_check(data, ps, ctx->q.sockfd, &want_recv, &want_send); in cf_quiche_adjust_pollset()
|
H A D | curl_ngtcp2.c | 851 Curl_pollset_check(data, ps, ctx->q.sockfd, &want_recv, &want_send); in cf_ngtcp2_adjust_pollset()
|
H A D | curl_osslq.c | 2246 Curl_pollset_check(data, ps, ctx->q.sockfd, &want_recv, &want_send); in cf_osslq_adjust_pollset()
|
Completed in 61 milliseconds