Home
last modified time | relevance | path

Searched refs:HTTP_HEADER_HTTP2_SETTINGS (Results 1 – 6 of 6) sorted by relevance

/lighttpd1.4/src/t/
H A Dtest_http_header.c52 case HTTP_HEADER_HTTP2_SETTINGS: in test_http_header_tables()
/lighttpd1.4/src/
H A Dhttp_header.h68 ,HTTP_HEADER_HTTP2_SETTINGS enumerator
H A Drequest.c388 case HTTP_HEADER_HTTP2_SETTINGS: in http_request_parse_duplicate()
443 case HTTP_HEADER_HTTP2_SETTINGS: in http_request_parse_single_header()
1238 |light_bshift(HTTP_HEADER_HTTP2_SETTINGS)))) { in http_request_parse()
H A Dhttp_header.c75 ,{ HTTP_HEADER_HTTP2_SETTINGS, CONST_LEN_STR("http2-settings") }
H A Dh2.c57 ,[HTTP_HEADER_HTTP2_SETTINGS] = "http2-settings"
131 ,[HTTP_HEADER_HTTP2_SETTINGS] = LSHPACK_HDR_UNKNOWN
3043 http2_settings = http_header_request_get(r, HTTP_HEADER_HTTP2_SETTINGS, in h2_check_con_upgrade_h2c()
3066 http_header_request_unset(r, HTTP_HEADER_HTTP2_SETTINGS, in h2_check_con_upgrade_h2c()
H A Dhttp-header-glue.c1011 case HTTP_HEADER_HTTP2_SETTINGS: in http_response_process_headers()