Home
last modified time | relevance | path

Searched refs:NGHTTP2_ORIGIN (Results 1 - 16 of 16) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_outbound_item.c89 case NGHTTP2_ORIGIN: in nghttp2_outbound_item_free()
H A Dnghttp2_option.c89 case NGHTTP2_ORIGIN: in nghttp2_option_set_builtin_recv_extension_type()
H A Dnghttp2_frame.c236 nghttp2_frame_hd_init(&frame->hd, payloadlen, NGHTTP2_ORIGIN, in nghttp2_frame_origin_init()
H A Dnghttp2_session.c358 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 Dnghttp2_outbound_item.c89 case NGHTTP2_ORIGIN: in nghttp2_outbound_item_free()
H A Dnghttp2_option.c89 case NGHTTP2_ORIGIN: in nghttp2_option_set_builtin_recv_extension_type()
H A Dnghttp2_frame.c236 nghttp2_frame_hd_init(&frame->hd, payloadlen, NGHTTP2_ORIGIN, in nghttp2_frame_origin_init()
H A Dnghttp2_session.c358 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 Dapp_helper.cc113 case NGHTTP2_ORIGIN: in strframetype()
362 case NGHTTP2_ORIGIN: { in print_frame()
H A Dnghttp.cc132 nghttp2_option_set_builtin_recv_extension_type(http2_option, NGHTTP2_ORIGIN); in Config()
/third_party/nghttp2/tests/
H A Dnghttp2_frame_test.c546 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 Dnghttp2_test_helper.c86 case NGHTTP2_ORIGIN: in unpack_frame()
H A Dnghttp2_session_test.c2653 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 Dnghttp2.h642 NGHTTP2_ORIGIN = 0x0c, enumerator
4827 * :enum:`nghttp2_frame_type.NGHTTP2_ORIGIN`,
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h637 NGHTTP2_ORIGIN = 0x0c, enumerator
4811 * :enum:`nghttp2_frame_type.NGHTTP2_ORIGIN`,
/third_party/node/src/
H A Dnode_http2.cc126 nghttp2_option_set_builtin_recv_extension_type(option, NGHTTP2_ORIGIN); in Http2Options()
982 case NGHTTP2_ORIGIN: in OnFrameReceive()

Completed in 63 milliseconds