Searched refs:NGHTTP2_PRIORITY (Results 1 - 14 of 14) sorted by relevance
/third_party/nghttp2/src/ |
H A D | app_helper.cc | 97 case NGHTTP2_PRIORITY: in strframetype() 221 case NGHTTP2_PRIORITY: in print_flags() 300 case NGHTTP2_PRIORITY: in print_frame()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_outbound_item.c | 54 case NGHTTP2_PRIORITY: in nghttp2_outbound_item_free()
|
H A D | nghttp2_frame.c | 85 nghttp2_frame_hd_init(&frame->hd, NGHTTP2_PRIORITY_SPECLEN, NGHTTP2_PRIORITY, in nghttp2_frame_priority_init()
|
H A D | nghttp2_session.c | 317 case NGHTTP2_PRIORITY: in session_inbound_frame_reset() 2478 case NGHTTP2_PRIORITY: { in session_prep_frame() 3002 case NGHTTP2_PRIORITY: in session_after_frame_sent1() 6065 case NGHTTP2_PRIORITY: in nghttp2_session_mem_recv() 6480 case NGHTTP2_PRIORITY: in nghttp2_session_mem_recv()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_outbound_item.c | 54 case NGHTTP2_PRIORITY: in nghttp2_outbound_item_free()
|
H A D | nghttp2_frame.c | 85 nghttp2_frame_hd_init(&frame->hd, NGHTTP2_PRIORITY_SPECLEN, NGHTTP2_PRIORITY, in nghttp2_frame_priority_init()
|
H A D | nghttp2_session.c | 317 case NGHTTP2_PRIORITY: in session_inbound_frame_reset() 2473 case NGHTTP2_PRIORITY: { in session_prep_frame() 2997 case NGHTTP2_PRIORITY: in session_after_frame_sent1() 6060 case NGHTTP2_PRIORITY: in nghttp2_session_mem_recv() 6475 case NGHTTP2_PRIORITY: in nghttp2_session_mem_recv()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_test_helper.c | 59 case NGHTTP2_PRIORITY: in unpack_frame()
|
H A D | nghttp2_frame_test.c | 224 check_frame_header(5, NGHTTP2_PRIORITY, NGHTTP2_FLAG_NONE, 1000000007, in test_nghttp2_frame_pack_priority()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 602 NGHTTP2_PRIORITY = 0x02, enumerator
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 597 NGHTTP2_PRIORITY = 0x02, enumerator
|
/third_party/curl/lib/ |
H A D | cf-h2-proxy.c | 586 case NGHTTP2_PRIORITY: { in proxy_h2_fr_print()
|
H A D | http2.c | 1113 case NGHTTP2_PRIORITY: { in fr_print()
|
/third_party/node/src/ |
H A D | node_http2.cc | 970 case NGHTTP2_PRIORITY: in OnFrameReceive()
|
Completed in 46 milliseconds