Searched refs:try_h21 (Results 1 – 2 of 2) sorted by relevance
/curl/lib/ |
H A D | cf-https-connect.h | 42 bool try_h3, bool try_h21); 48 bool try_h3, bool try_h21);
|
H A D | cf-https-connect.c | 540 bool try_h3, bool try_h21) in cf_hc_create() argument 554 ctx->h21_baller.enabled = try_h21; 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 605 try_h21 = FALSE; in Curl_cf_https_setup() 611 try_h21 = TRUE; in Curl_cf_https_setup() 615 try_h3, try_h21); in Curl_cf_https_setup()
|
Completed in 7 milliseconds