Searched refs:httpversion (Results 1 – 13 of 13) sorted by relevance
598 conn->httpversion > 11) { in Curl_http_auth_act()1280 && conn->httpversion != 20) { in Curl_buffer_send()1687 if((data->state.httpversion == 10) || (conn->httpversion == 10)) in use_http_1_1plus()1690 (conn->httpversion <= 10)) in use_http_1_1plus()1702 (conn->httpversion == 30)) in get_http_string()1727 (conn->httpversion < 20)) { in expect100()1920 else if((conn->httpversion >= 20) && in Curl_add_custom_headers()2362 if(conn->httpversion < 20) in Curl_http_body()2586 if(conn->httpversion != 20 && in Curl_http_bodysend()3038 if(conn->httpversion < 20) { /* unless the connection is re-used and in Curl_http()[all …]
61 info->httpversion = 0; in Curl_initinfo()298 switch(data->info.httpversion) { in getinfo_long()
986 unsigned char httpversion; /* the HTTP version*10 reported by the server */ member1141 int httpversion; /* the http version number X.Y = X*10+Y */ member1378 unsigned char httpversion; /* the lowest HTTP version*10 reported by any member
514 ((conn->handler->protocol&PROTO_FAMILY_HTTP) && conn->httpversion >= 20) || in data_pending()584 (conn->httpversion == 20)); in readwrite_data()1446 data->state.httpversion = 0; in Curl_pretransfer()1940 if(conn->bits.multiplex || conn->httpversion == 20 || httpsending) { in Curl_setup_transfer()
1344 (check->httpversion >= 20) && in ConnectionExists()3334 conn->httpversion = 11;3337 conn->httpversion = 20;3341 conn->httpversion = 30;
245 conn->httpversion = in status_line()
2250 conn->httpversion = 20; in Curl_http2_setup()
169 long httpversion; member
1229 config->httpversion = CURL_HTTP_VERSION_1_0; in getparameter()1233 config->httpversion = CURL_HTTP_VERSION_1_1; in getparameter()1237 config->httpversion = CURL_HTTP_VERSION_2_0; in getparameter()1241 config->httpversion = CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE; in getparameter()1246 config->httpversion = CURL_HTTP_VERSION_3; in getparameter()
1329 if(config->httpversion) in single_transfer()1330 my_setopt_enum(curl, CURLOPT_HTTP_VERSION, config->httpversion); in single_transfer()
230 (handle->set.httpversion != CURL_HTTP_VERSION_1_0) &&
298 conn->httpversion = 30; in quiche_has_connected()
1673 conn->httpversion = 30; in ng_has_connected()