Home
last modified time | relevance | path

Searched refs:HTTP_HEADER_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/lighttpd1.4/src/t/
H A Dtest_http_header.c64 case HTTP_HEADER_PRIORITY: in test_http_header_tables()
/lighttpd1.4/src/
H A Dhttp_header.h80 ,HTTP_HEADER_PRIORITY enumerator
H A Dh2.c69 ,[HTTP_HEADER_PRIORITY] = "priority"
152 ,[HTTP_HEADER_PRIORITY] = LSHPACK_HDR_UNKNOWN
1644 if (light_btst(r->rqst_htags, HTTP_HEADER_PRIORITY)) { in h2_recv_headers()
1646 http_header_request_get(r, HTTP_HEADER_PRIORITY, in h2_recv_headers()
1664 http_header_response_set(r, HTTP_HEADER_PRIORITY, in h2_recv_headers()
H A Dhttp_header.c58 ,{ HTTP_HEADER_PRIORITY, CONST_LEN_STR("priority") }