Searched refs:HTTP2_FLAG_PRIORITY (Results 1 – 2 of 2) sorted by relevance
51 #define HTTP2_FLAG_PRIORITY 0x20 macro
1142 clear_header_flag(&frame->flags, HTTP2_FLAG_PRIORITY); in parse_http_frame_priority_field()1466 if (is_header_flag_set(frame->flags, HTTP2_FLAG_PRIORITY)) { in handle_http_frame_headers()