Searched refs:try_h21 (Results 1 - 2 of 2) sorted by relevance
/third_party/curl/lib/ |
H A D | cf-https-connect.c | 451 bool try_h3, bool try_h21) in cf_hc_create() 465 ctx->h21_baller.enabled = try_h21; in cf_hc_create() 483 bool try_h3, bool try_h21) in cf_http_connect_add() 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() 448 cf_hc_create(struct Curl_cfilter **pcf, struct Curl_easy *data, const struct Curl_dns_entry *remotehost, bool try_h3, bool try_h21) cf_hc_create() argument 479 cf_http_connect_add(struct Curl_easy *data, struct connectdata *conn, int sockindex, const struct Curl_dns_entry *remotehost, bool try_h3, bool try_h21) cf_http_connect_add() argument
|
H A D | cf-https-connect.h | 42 bool try_h3, bool try_h21); 48 bool try_h3, bool try_h21);
|
Completed in 1 milliseconds