Searched refs:cf_progress_egress (Results 1 - 2 of 2) sorted by relevance
/third_party/curl/lib/vquic/ |
H A D | curl_ngtcp2.c | 302 static CURLcode cf_progress_egress(struct Curl_cfilter *cf, 722 result = cf_progress_egress(cf, data, pktx); in check_and_set_expiry() 1181 if(cf_progress_egress(cf, data, &pktx)) { in cf_ngtcp2_recv() 1504 result = cf_progress_egress(cf, data, &pktx); in cf_ngtcp2_send() 1620 result = cf_progress_egress(cf, data, pktx); in cf_progress_ingress() 1741 static CURLcode cf_progress_egress(struct Curl_cfilter *cf, in cf_progress_egress() function 2150 result = cf_progress_egress(cf, data, &pktx); in cf_ngtcp2_connect() 2159 result = cf_progress_egress(cf, data, &pktx); in cf_ngtcp2_connect()
|
H A D | curl_osslq.c | 1459 static CURLcode cf_progress_egress(struct Curl_cfilter *cf, in cf_progress_egress() function 1503 result = cf_progress_egress(cf, data); in check_and_set_expiry() 1790 result = cf_progress_egress(cf, data); in cf_osslq_send() 1851 result = cf_progress_egress(cf, data); in cf_osslq_send() 1969 if(cf_progress_egress(cf, data)) { in cf_osslq_recv()
|
Completed in 7 milliseconds