Home
last modified time | relevance | path

Searched refs:httpversion (Results 1 – 13 of 13) sorted by relevance

/external/curl/lib/
Dhttp.c1543 return ((data->set.httpversion >= CURL_HTTP_VERSION_1_1) || in use_http_1_1plus()
1544 ((data->set.httpversion != CURL_HTTP_VERSION_1_0) && in use_http_1_1plus()
1545 ((conn->httpversion == 11) || in use_http_1_1plus()
1546 ((conn->httpversion != 10) && in use_http_1_1plus()
1547 (data->state.httpversion != 10))))) ? TRUE : FALSE; in use_http_1_1plus()
1560 (conn->httpversion != 20)) { in expect100()
1779 if(conn->httpversion < 20) { /* unless the connection is re-used and already in Curl_http()
1783 conn->httpversion = 20; /* we know we're on HTTP/2 now */ in Curl_http()
1926 if(conn->httpversion == 20) in Curl_http()
2334 conn->httpversion != 20 && in Curl_http()
[all …]
Durldata.h901 int httpversion; /* the HTTP version*10 reported by the server */ member
1072 int httpversion; /* the http version number X.Y = X*10+Y */ member
1272 int httpversion; /* the lowest HTTP version*10 reported by any server member
1514 long httpversion; /* when non-zero, a specific HTTP version requested to member
Dgetinfo.c57 info->httpversion = 0; in Curl_initinfo()
Dtransfer.c320 ((conn->handler->protocol&PROTO_FAMILY_HTTP) && conn->httpversion == 20); in data_pending()
1310 data->state.httpversion = 0; /* don't assume any particular server version */ in Curl_pretransfer()
Dhttp2.c1236 conn->httpversion = 20; in Curl_http2_setup()
Durl.c1296 data->set.httpversion = arg; in Curl_setopt()
2827 (handle->set.httpversion != CURL_HTTP_VERSION_1_0) && in IsPipeliningPossible()
2834 (handle->set.httpversion == CURL_HTTP_VERSION_2_0)) in IsPipeliningPossible()
/external/curl/src/
Dtool_cfgable.h123 long httpversion; member
Dtool_getparam.c1015 config->httpversion = CURL_HTTP_VERSION_1_0; in getparameter()
1019 config->httpversion = CURL_HTTP_VERSION_1_1; in getparameter()
1023 config->httpversion = CURL_HTTP_VERSION_2_0; in getparameter()
Dtool_operate.c960 if(config->httpversion) in operate_do()
961 my_setopt_enum(curl, CURLOPT_HTTP_VERSION, config->httpversion); in operate_do()
/external/curl/lib/vtls/
Dpolarssl.c362 if(data->set.httpversion == CURL_HTTP_VERSION_2_0) { in polarssl_connect_step1()
Dopenssl.c1621 if(conn->data->set.httpversion == CURL_HTTP_VERSION_2_0 && in select_next_proto_cb()
1898 if(data->set.httpversion == CURL_HTTP_VERSION_2_0) { in ossl_connect_step1()
Dgtls.c640 if(data->set.httpversion == CURL_HTTP_VERSION_2_0) { in gtls_connect_step1()
Dnss.c1777 if(data->set.httpversion == CURL_HTTP_VERSION_2_0) { in nss_setup_connect()