Home
last modified time | relevance | path

Searched refs:NGHTTP2_PRIORITY (Results 1 – 12 of 12) sorted by relevance

/third_party/nghttp2/src/
Dapp_helper.cc97 case NGHTTP2_PRIORITY: in strframetype()
221 case NGHTTP2_PRIORITY: in print_flags()
300 case NGHTTP2_PRIORITY: in print_frame()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_outbound_item.c54 case NGHTTP2_PRIORITY: in nghttp2_outbound_item_free()
Dnghttp2_session.c310 case NGHTTP2_PRIORITY: in session_inbound_frame_reset()
2184 case NGHTTP2_PRIORITY: { in session_prep_frame()
2677 case NGHTTP2_PRIORITY: in session_after_frame_sent1()
5620 case NGHTTP2_PRIORITY: in nghttp2_session_mem_recv()
5992 case NGHTTP2_PRIORITY: in nghttp2_session_mem_recv()
Dnghttp2_frame.c85 nghttp2_frame_hd_init(&frame->hd, NGHTTP2_PRIORITY_SPECLEN, NGHTTP2_PRIORITY, in nghttp2_frame_priority_init()
/third_party/nghttp2/lib/
Dnghttp2_outbound_item.c54 case NGHTTP2_PRIORITY: in nghttp2_outbound_item_free()
Dnghttp2_session.c316 case NGHTTP2_PRIORITY: in session_inbound_frame_reset()
2511 case NGHTTP2_PRIORITY: { in session_prep_frame()
3038 case NGHTTP2_PRIORITY: in session_after_frame_sent1()
6120 case NGHTTP2_PRIORITY: in nghttp2_session_mem_recv()
6535 case NGHTTP2_PRIORITY: in nghttp2_session_mem_recv()
Dnghttp2_frame.c85 nghttp2_frame_hd_init(&frame->hd, NGHTTP2_PRIORITY_SPECLEN, NGHTTP2_PRIORITY, in nghttp2_frame_priority_init()
/third_party/nghttp2/tests/
Dnghttp2_test_helper.c59 case NGHTTP2_PRIORITY: in unpack_frame()
Dnghttp2_frame_test.c226 check_frame_header(5, NGHTTP2_PRIORITY, NGHTTP2_FLAG_NONE, 1000000007, in test_nghttp2_frame_pack_priority()
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h597 NGHTTP2_PRIORITY = 0x02, enumerator
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h597 NGHTTP2_PRIORITY = 0x02, enumerator
/third_party/node/src/
Dnode_http2.cc877 case NGHTTP2_PRIORITY: in OnFrameReceive()