Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dcf-https-connect.c103 struct cf_hc_baller h3_baller; member
146 cf_hc_baller_reset(&ctx->h3_baller, data); in cf_hc_reset()
163 if(winner != &ctx->h3_baller) in baller_connected()
164 cf_hc_baller_reset(&ctx->h3_baller, data); in baller_connected()
213 if(!ctx->h3_baller.enabled || !cf_hc_baller_is_active(&ctx->h3_baller)) in time_to_start_h21()
224 if(cf_hc_baller_reply_ms(&ctx->h3_baller, data) < 0) { in time_to_start_h21()
255 DEBUGASSERT(!ctx->h3_baller.cf); in cf_hc_connect()
260 if(ctx->h3_baller.enabled) { in cf_hc_connect()
261 cf_hc_baller_init(&ctx->h3_baller, cf, data, "h3", TRNSPRT_QUIC); in cf_hc_connect()
272 if(cf_hc_baller_is_active(&ctx->h3_baller)) { in cf_hc_connect()
[all …]