Searched refs:httpversion (Results 1 – 16 of 16) sorted by relevance
586 conn->httpversion > 11) { in Curl_http_auth_act()1276 && conn->httpversion < 20) { in Curl_buffer_send()1592 if((data->state.httpversion == 10) || (conn->httpversion == 10)) in Curl_use_http_1_1plus()1595 (conn->httpversion <= 10)) in Curl_use_http_1_1plus()1623 (conn->httpversion < 20)) { in expect100()1821 else if((conn->httpversion >= 20) && in Curl_dynhds_add_custom()1967 else if((conn->httpversion >= 20) && in Curl_add_custom_headers()2417 if(conn->httpversion < 20) in Curl_http_body()3290 conn->httpversion < 20 && in Curl_http()3353 if((conn->httpversion >= 20) && data->req.upload_chunky) in Curl_http()[all …]
63 info->httpversion = 0; in Curl_initinfo()316 switch(data->info.httpversion) { in getinfo_long()
1100 unsigned char httpversion; /* the HTTP version*10 reported by the server */ member1126 int httpversion; /* the http version number X.Y = X*10+Y */ member1468 unsigned char httpversion; /* the lowest HTTP version*10 reported by any member
1112 if(h2upgrade && !check->httpversion && canmultiplex) { in ConnectionExists()1162 (((check->httpversion >= 20) && in ConnectionExists()1164 || ((check->httpversion >= 30) && in ConnectionExists()3143 conn->httpversion = 11;3146 conn->httpversion = 20;3150 conn->httpversion = 30;
1102 data->state.httpversion = 0; in Curl_pretransfer()1612 if(conn->bits.multiplex || conn->httpversion >= 20 || httpsending) { in Curl_setup_transfer()
2721 conn->httpversion = 20; /* we know we're on HTTP/2 now */ in Curl_http2_switch()2749 cf->conn->httpversion = 20; /* we know we're on HTTP/2 now */ in Curl_http2_switch_at()2806 conn->httpversion = 20; /* we know we're on HTTP/2 now */ in Curl_http2_upgrade()
281 conn->httpversion = in status_line()
166 long httpversion; member
937 long httpversion) in sethttpver() argument939 if(config->httpversion && in sethttpver()940 (config->httpversion != httpversion)) in sethttpver()943 config->httpversion = httpversion; in sethttpver()
1481 if(config->httpversion) in single_transfer()1482 my_setopt_enum(curl, CURLOPT_HTTP_VERSION, config->httpversion); in single_transfer()
231 (handle->set.httpversion != CURL_HTTP_VERSION_1_0) &&
643 (conn->httpversion == 30)); in Curl_conn_is_http3()
898 cf->conn->httpversion = 30; in cf_msh3_connect()
1304 cf->conn->httpversion = 30; in cf_quiche_verify_peer()
470 cf->conn->httpversion = 30; in cf_osslq_verify_peer()
1540 cf->conn->httpversion = 30; in qng_verify_peer()