Searched refs:HTTP_VERSION_2 (Results 1 – 17 of 17) sorted by relevance
11 assert(0 == strcmp(get_http_version_name(HTTP_VERSION_2), "HTTP/2.0")); in test_http_kv_tables()
61 typedef enum { HTTP_VERSION_UNSET = -1, HTTP_VERSION_1_0, HTTP_VERSION_1_1, HTTP_VERSION_2 } http_v… enumerator
22 { HTTP_VERSION_2, CONST_LEN_STR("HTTP/2.0") }, /* SERVER_PROTOCOL */
954 if (r->http_version >= HTTP_VERSION_2 && !r->h2_connect_ext) in http_response_process_headers()963 if (r->http_version >= HTTP_VERSION_2) continue; in http_response_process_headers()1047 if (vers >= HTTP_VERSION_2) in http_response_send_1xx_cb_set()1058 if (r->http_version >= HTTP_VERSION_2) in http_response_send_1xx()
587 if (r->http_version == HTTP_VERSION_2) return NULL; in connection_read_header_more()764 r->http_version = HTTP_VERSION_2; in connection_handle_read_state()988 if (r->http_version == HTTP_VERSION_2) { in connection_state_machine_loop()
271 if (r->http_version >= HTTP_VERSION_2) { in http_header_response_insert_addtl()
1431 http_response_send_1xx_cb_set(NULL, HTTP_VERSION_2); in server_main_setup()1433 http_response_send_1xx_cb_set(h2_send_1xx, HTTP_VERSION_2); in server_main_setup()
2797 r->http_version = HTTP_VERSION_2; in h2_init_stream()3057 r->http_version = HTTP_VERSION_2; in h2_check_con_upgrade_h2c()3073 return (r->http_version == HTTP_VERSION_2); in h2_check_con_upgrade_h2c()
811 else if (r->http_version == HTTP_VERSION_2) { in http_response_write_prepare()
851 r->http_version = HTTP_VERSION_2; in cgi_create_env()
1194 hctx->r->http_version = HTTP_VERSION_2; in mod_mbedtls_alpn_selected()1240 hctx->r->http_version = HTTP_VERSION_2; in mod_mbedtls_alpn_select_cb()
1890 hctx->r->http_version = HTTP_VERSION_2; in mod_openssl_alpn_select_cb()3155 if (hctx->r->http_version < HTTP_VERSION_2 in connection_read_cq_ssl()
1423 hctx->r->http_version = HTTP_VERSION_2; in mod_gnutls_ALPN()
1684 if (r->http_version >= HTTP_VERSION_2) { in magnet_resphdr_set_kv()
1843 hctx->r->http_version = HTTP_VERSION_2; in mod_openssl_alpn_select_cb()
1375 hctx->r->http_version = HTTP_VERSION_2; in mod_nss_alpn_select_cb()
1515 * [core] HTTP_VERSION_2