Searched refs:NGHTTP2_FLAG_PRIORITY (Results 1 – 4 of 4) sorted by relevance
100 (uint8_t)((flags & (NGHTTP2_FLAG_END_STREAM | NGHTTP2_FLAG_PRIORITY)) | in submit_headers_shared()211 flags |= NGHTTP2_FLAG_PRIORITY; in nghttp2_submit_headers()599 flags |= NGHTTP2_FLAG_PRIORITY; in set_request_flags()
263 if (flags & NGHTTP2_FLAG_PRIORITY) { in nghttp2_frame_priority_len()373 if (frame->hd.flags & NGHTTP2_FLAG_PRIORITY) { in nghttp2_frame_pack_headers()410 if (frame->hd.flags & NGHTTP2_FLAG_PRIORITY) { in nghttp2_frame_unpack_headers_payload()
658 NGHTTP2_FLAG_PRIORITY = 0x20 enumerator
5660 NGHTTP2_FLAG_PADDED | NGHTTP2_FLAG_PRIORITY); in nghttp2_session_mem_recv()
Completed in 25 milliseconds