Searched refs:NGHTTP2_PRIORITY_UPDATE (Results 1 - 15 of 15) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_outbound_item.c | 92 case NGHTTP2_PRIORITY_UPDATE: in nghttp2_outbound_item_free()
|
H A D | nghttp2_option.c | 93 case NGHTTP2_PRIORITY_UPDATE: in nghttp2_option_set_builtin_recv_extension_type()
|
H A D | nghttp2_frame.c | 262 NGHTTP2_PRIORITY_UPDATE, NGHTTP2_FLAG_NONE, 0); in nghttp2_frame_priority_update_init()
|
H A D | nghttp2_session.c | 364 case NGHTTP2_PRIORITY_UPDATE: in session_inbound_frame_reset() 2625 case NGHTTP2_PRIORITY_UPDATE: { in session_prep_frame() 6333 case NGHTTP2_PRIORITY_UPDATE: in nghttp2_session_mem_recv() 6647 case NGHTTP2_PRIORITY_UPDATE: in nghttp2_session_mem_recv()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_outbound_item.c | 92 case NGHTTP2_PRIORITY_UPDATE: in nghttp2_outbound_item_free()
|
H A D | nghttp2_option.c | 93 case NGHTTP2_PRIORITY_UPDATE: in nghttp2_option_set_builtin_recv_extension_type()
|
H A D | nghttp2_frame.c | 262 NGHTTP2_PRIORITY_UPDATE, NGHTTP2_FLAG_NONE, 0); in nghttp2_frame_priority_update_init()
|
H A D | nghttp2_session.c | 364 case NGHTTP2_PRIORITY_UPDATE: in session_inbound_frame_reset() 2620 case NGHTTP2_PRIORITY_UPDATE: { in session_prep_frame() 6328 case NGHTTP2_PRIORITY_UPDATE: in nghttp2_session_mem_recv() 6642 case NGHTTP2_PRIORITY_UPDATE: in nghttp2_session_mem_recv()
|
/third_party/nghttp2/src/ |
H A D | app_helper.cc | 115 case NGHTTP2_PRIORITY_UPDATE: in strframetype() 371 case NGHTTP2_PRIORITY_UPDATE: { in print_frame()
|
H A D | shrpx.cc | 2042 NGHTTP2_PRIORITY_UPDATE); in fill_default_config()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_test_helper.c | 90 case NGHTTP2_PRIORITY_UPDATE: in unpack_frame()
|
H A D | nghttp2_frame_test.c | 619 check_frame_header(payloadlen, NGHTTP2_PRIORITY_UPDATE, NGHTTP2_FLAG_NONE, 0, in test_nghttp2_frame_pack_priority_update()
|
H A D | nghttp2_session_test.c | 2809 NGHTTP2_PRIORITY_UPDATE); in test_nghttp2_session_recv_priority_update() 2828 CU_ASSERT(NGHTTP2_PRIORITY_UPDATE == ud.recv_frame_hd.type); in test_nghttp2_session_recv_priority_update() 2857 CU_ASSERT(NGHTTP2_PRIORITY_UPDATE == ud.recv_frame_hd.type); in test_nghttp2_session_recv_priority_update() 2962 CU_ASSERT(NGHTTP2_PRIORITY_UPDATE == ud.recv_frame_hd.type); in test_nghttp2_session_recv_priority_update() 6897 CU_ASSERT(NGHTTP2_PRIORITY_UPDATE == frame.hd.type); in test_nghttp2_submit_priority_update() 6946 CU_ASSERT(NGHTTP2_PRIORITY_UPDATE == frame.hd.type); in test_nghttp2_submit_priority_update() 10785 NGHTTP2_PRIORITY_UPDATE); in test_nghttp2_session_change_extpri_stream_priority()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 646 NGHTTP2_PRIORITY_UPDATE = 0x10 enumerator 4882 * :enum:`nghttp2_frame_type.NGHTTP2_PRIORITY_UPDATE`,
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 641 NGHTTP2_PRIORITY_UPDATE = 0x10 enumerator 4866 * :enum:`nghttp2_frame_type.NGHTTP2_PRIORITY_UPDATE`,
|
Completed in 55 milliseconds