Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
H A Dnghttp2_outbound_item.c86 case NGHTTP2_ALTSVC: in nghttp2_outbound_item_free()
H A Dnghttp2_option.c85 case NGHTTP2_ALTSVC: in nghttp2_option_set_builtin_recv_extension_type()
H A Dnghttp2_frame.c205 NGHTTP2_ALTSVC, NGHTTP2_FLAG_NONE, stream_id); in nghttp2_frame_altsvc_init()
H A Dnghttp2_session.c352 case NGHTTP2_ALTSVC: in session_inbound_frame_reset()
2604 case NGHTTP2_ALTSVC: in session_prep_frame()
6266 case NGHTTP2_ALTSVC: in nghttp2_session_mem_recv()
6617 case NGHTTP2_ALTSVC: { in nghttp2_session_mem_recv()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_outbound_item.c86 case NGHTTP2_ALTSVC: in nghttp2_outbound_item_free()
H A Dnghttp2_option.c85 case NGHTTP2_ALTSVC: in nghttp2_option_set_builtin_recv_extension_type()
H A Dnghttp2_frame.c205 NGHTTP2_ALTSVC, NGHTTP2_FLAG_NONE, stream_id); in nghttp2_frame_altsvc_init()
H A Dnghttp2_session.c352 case NGHTTP2_ALTSVC: in session_inbound_frame_reset()
2599 case NGHTTP2_ALTSVC: in session_prep_frame()
6261 case NGHTTP2_ALTSVC: in nghttp2_session_mem_recv()
6612 case NGHTTP2_ALTSVC: { in nghttp2_session_mem_recv()
/third_party/nghttp2/src/
H A Dapp_helper.cc111 case NGHTTP2_ALTSVC: in strframetype()
354 case NGHTTP2_ALTSVC: { in print_frame()
H A Dnghttp.cc131 nghttp2_option_set_builtin_recv_extension_type(http2_option, NGHTTP2_ALTSVC); in Config()
/third_party/nghttp2/tests/
H A Dnghttp2_test_helper.c82 case NGHTTP2_ALTSVC: in unpack_frame()
H A Dnghttp2_frame_test.c487 check_frame_header(payloadlen, NGHTTP2_ALTSVC, NGHTTP2_FLAG_NONE, 1000000007, in test_nghttp2_frame_pack_altsvc()
H A Dnghttp2_session_test.c2442 nghttp2_option_set_builtin_recv_extension_type(option, NGHTTP2_ALTSVC); in test_nghttp2_session_recv_altsvc()
2447 NGHTTP2_ALTSVC, NGHTTP2_FLAG_NONE, 0); in test_nghttp2_session_recv_altsvc()
2460 CU_ASSERT(NGHTTP2_ALTSVC == ud.recv_frame_hd.type); in test_nghttp2_session_recv_altsvc()
2471 nghttp2_frame_hd_init(&hd, 2 + sizeof(origin) - 1 - 1, NGHTTP2_ALTSVC, in test_nghttp2_session_recv_altsvc()
2492 nghttp2_frame_hd_init(&hd, 2 + sizeof(origin) - 1, NGHTTP2_ALTSVC, in test_nghttp2_session_recv_altsvc()
2516 NGHTTP2_ALTSVC, NGHTTP2_FLAG_NONE, 1); in test_nghttp2_session_recv_altsvc()
2537 nghttp2_frame_hd_init(&hd, 2 + sizeof(field_value) - 1, NGHTTP2_ALTSVC, in test_nghttp2_session_recv_altsvc()
2558 nghttp2_frame_hd_init(&hd, NGHTTP2_MAX_FRAME_SIZE_MIN, NGHTTP2_ALTSVC, in test_nghttp2_session_recv_altsvc()
2573 CU_ASSERT(NGHTTP2_ALTSVC == ud.recv_frame_hd.type); in test_nghttp2_session_recv_altsvc()
2585 nghttp2_frame_hd_init(&hd, NGHTTP2_MAX_FRAME_SIZE_MIN + 1, NGHTTP2_ALTSVC, in test_nghttp2_session_recv_altsvc()
[all...]
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h637 NGHTTP2_ALTSVC = 0x0a, enumerator
4734 * :enum:`nghttp2_frame_type.NGHTTP2_ALTSVC`,
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h632 NGHTTP2_ALTSVC = 0x0a, enumerator
4718 * :enum:`nghttp2_frame_type.NGHTTP2_ALTSVC`,
/third_party/node/src/
H A Dnode_http2.cc125 nghttp2_option_set_builtin_recv_extension_type(option, NGHTTP2_ALTSVC); in Http2Options()
979 case NGHTTP2_ALTSVC: in OnFrameReceive()

Completed in 58 milliseconds