Searched refs:NGHTTP2_ORIGIN (Results 1 - 16 of 16) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_outbound_item.c | 89 case NGHTTP2_ORIGIN: in nghttp2_outbound_item_free()
|
H A D | nghttp2_option.c | 89 case NGHTTP2_ORIGIN: in nghttp2_option_set_builtin_recv_extension_type()
|
H A D | nghttp2_frame.c | 236 nghttp2_frame_hd_init(&frame->hd, payloadlen, NGHTTP2_ORIGIN, in nghttp2_frame_origin_init()
|
H A D | nghttp2_session.c | 358 case NGHTTP2_ORIGIN: in session_inbound_frame_reset() 2613 case NGHTTP2_ORIGIN: in session_prep_frame() 6297 case NGHTTP2_ORIGIN: in nghttp2_session_mem_recv()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_outbound_item.c | 89 case NGHTTP2_ORIGIN: in nghttp2_outbound_item_free()
|
H A D | nghttp2_option.c | 89 case NGHTTP2_ORIGIN: in nghttp2_option_set_builtin_recv_extension_type()
|
H A D | nghttp2_frame.c | 236 nghttp2_frame_hd_init(&frame->hd, payloadlen, NGHTTP2_ORIGIN, in nghttp2_frame_origin_init()
|
H A D | nghttp2_session.c | 358 case NGHTTP2_ORIGIN: in session_inbound_frame_reset() 2608 case NGHTTP2_ORIGIN: in session_prep_frame() 6292 case NGHTTP2_ORIGIN: in nghttp2_session_mem_recv()
|
/third_party/nghttp2/src/ |
H A D | app_helper.cc | 113 case NGHTTP2_ORIGIN: in strframetype() 362 case NGHTTP2_ORIGIN: { in print_frame()
|
H A D | nghttp.cc | 132 nghttp2_option_set_builtin_recv_extension_type(http2_option, NGHTTP2_ORIGIN); in Config()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_frame_test.c | 546 check_frame_header(payloadlen, NGHTTP2_ORIGIN, NGHTTP2_FLAG_NONE, 0, in test_nghttp2_frame_pack_origin() 583 check_frame_header(0, NGHTTP2_ORIGIN, NGHTTP2_FLAG_NONE, 0, &oframe.hd); in test_nghttp2_frame_pack_origin()
|
H A D | nghttp2_test_helper.c | 86 case NGHTTP2_ORIGIN: in unpack_frame()
|
H A D | nghttp2_session_test.c | 2653 nghttp2_option_set_builtin_recv_extension_type(option, NGHTTP2_ORIGIN); in test_nghttp2_session_recv_origin() 2669 CU_ASSERT(NGHTTP2_ORIGIN == ud.recv_frame_hd.type); in test_nghttp2_session_recv_origin() 2768 CU_ASSERT(NGHTTP2_ORIGIN == ud.recv_frame_hd.type); in test_nghttp2_session_recv_origin() 6810 CU_ASSERT(NGHTTP2_ORIGIN == frame.hd.type); in test_nghttp2_submit_origin() 6845 CU_ASSERT(NGHTTP2_ORIGIN == frame.hd.type); in test_nghttp2_submit_origin()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 642 NGHTTP2_ORIGIN = 0x0c, enumerator 4827 * :enum:`nghttp2_frame_type.NGHTTP2_ORIGIN`,
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 637 NGHTTP2_ORIGIN = 0x0c, enumerator 4811 * :enum:`nghttp2_frame_type.NGHTTP2_ORIGIN`,
|
/third_party/node/src/ |
H A D | node_http2.cc | 126 nghttp2_option_set_builtin_recv_extension_type(option, NGHTTP2_ORIGIN); in Http2Options() 982 case NGHTTP2_ORIGIN: in OnFrameReceive()
|
Completed in 60 milliseconds