Home
last modified time | relevance | path

Searched refs:try_h21 (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.c451 bool try_h3, bool try_h21) in cf_hc_create() argument
465 ctx->h21_baller.enabled = try_h21; in cf_hc_create()
483 bool try_h3, bool try_h21) in cf_http_connect_add() argument
489 result = cf_hc_create(&cf, data, remotehost, try_h3, try_h21); in cf_http_connect_add()
502 bool try_h3 = FALSE, try_h21 = TRUE; /* defaults, for now */ in Curl_cf_https_setup() local
516 try_h21 = FALSE; in Curl_cf_https_setup()
522 try_h21 = TRUE; in Curl_cf_https_setup()
526 try_h3, try_h21); in Curl_cf_https_setup()

Completed in 7 milliseconds