Home
last modified time | relevance | path

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

/curl/lib/
H A Dcf-https-connect.h42 bool try_h3, bool try_h21);
48 bool try_h3, bool try_h21);
H A Dcf-https-connect.c540 bool try_h3, bool try_h21) in cf_hc_create() argument
553 ctx->h3_baller.enabled = try_h3; in cf_hc_create()
572 bool try_h3, bool try_h21) in cf_http_connect_add() argument
578 result = cf_hc_create(&cf, data, remotehost, try_h3, try_h21); in cf_http_connect_add()
591 bool try_h3 = FALSE, try_h21 = TRUE; /* defaults, for now */ in Curl_cf_https_setup() local
604 try_h3 = TRUE; in Curl_cf_https_setup()
610 try_h3 = (Curl_conn_may_http3(data, conn) == CURLE_OK); in Curl_cf_https_setup()
615 try_h3, try_h21); in Curl_cf_https_setup()

Completed in 5 milliseconds