Searched refs:httpversion (Results 1 – 13 of 13) sorted by relevance
1543 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 …]
901 int httpversion; /* the HTTP version*10 reported by the server */ member1072 int httpversion; /* the http version number X.Y = X*10+Y */ member1272 int httpversion; /* the lowest HTTP version*10 reported by any server member1514 long httpversion; /* when non-zero, a specific HTTP version requested to member
57 info->httpversion = 0; in Curl_initinfo()
320 ((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()
1236 conn->httpversion = 20; in Curl_http2_setup()
1296 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()
123 long httpversion; member
1015 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()
960 if(config->httpversion) in operate_do()961 my_setopt_enum(curl, CURLOPT_HTTP_VERSION, config->httpversion); in operate_do()
362 if(data->set.httpversion == CURL_HTTP_VERSION_2_0) { in polarssl_connect_step1()
1621 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()
640 if(data->set.httpversion == CURL_HTTP_VERSION_2_0) { in gtls_connect_step1()
1777 if(data->set.httpversion == CURL_HTTP_VERSION_2_0) { in nss_setup_connect()