Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dhttp.c188 if(data->state.httpwant == CURL_HTTP_VERSION_3) { in http_setup_conn()
601 data->state.httpwant = CURL_HTTP_VERSION_1_1; in Curl_http_auth_act()
1689 if((data->state.httpwant == CURL_HTTP_VERSION_1_0) && in use_http_1_1plus()
1692 return ((data->state.httpwant == CURL_HTTP_VERSION_NONE) || in use_http_1_1plus()
1693 (data->state.httpwant >= CURL_HTTP_VERSION_1_1)); in use_http_1_1plus()
1701 if((data->state.httpwant == CURL_HTTP_VERSION_3) || in get_http_string()
3054 if(data->state.httpwant == CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE) { in Curl_http()
3238 (data->state.httpwant == CURL_HTTP_VERSION_2)) { in Curl_http()
Durldata.h1376 unsigned char httpwant; /* when non-zero, a specific HTTP version requested member
1719 unsigned char httpwant; /* when non-zero, a specific HTTP version requested member
Dtransfer.c1445 data->state.httpwant = data->set.httpwant; in Curl_pretransfer()
Dc-hyper.c807 if(data->state.httpwant == CURL_HTTP_VERSION_1_0) { in Curl_http()
Durl.c630 set->httpwant = in Curl_init_userdefined()
909 (handle->state.httpwant >= CURL_HTTP_VERSION_2)) in IsMultiplexingPossible()
1345 (data->state.httpwant < CURL_HTTP_VERSION_2_0)) in ConnectionExists()
Dsetopt.c908 data->set.httpwant = (unsigned char)arg; in Curl_vsetopt()
Dmulti.c2308 data->state.httpwant = CURL_HTTP_VERSION_1_1;
/third_party/curl/lib/vtls/
Dwolfssl.c451 if(data->state.httpwant >= CURL_HTTP_VERSION_2) { in wolfssl_connect_step1()
687 else if(data->state.httpwant >= CURL_HTTP_VERSION_2 && in wolfssl_connect_step2()
Dbearssl.c389 if(data->state.httpwant >= CURL_HTTP_VERSION_2 in bearssl_connect_step1()
Dmbedtls.c509 if(data->state.httpwant >= CURL_HTTP_VERSION_2) in mbed_connect_step1()
Dgtls.c623 if(data->state.httpwant >= CURL_HTTP_VERSION_2 in gtls_connect_step1()
Dopenssl.c2270 if(data->state.httpwant >= CURL_HTTP_VERSION_2 && in select_next_proto_cb()
2787 if(data->state.httpwant >= CURL_HTTP_VERSION_2 in ossl_connect_step1()
Dnss.c2123 if(data->state.httpwant >= CURL_HTTP_VERSION_2 in nss_setup_connect()
Dschannel.c892 if(data->state.httpwant >= CURL_HTTP_VERSION_2) { in schannel_connect_step1()
Dsectransp.c1838 if(data->state.httpwant >= CURL_HTTP_VERSION_2