Searched refs:NGHTTP2_ALTSVC (Results 1 - 16 of 16) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_outbound_item.c | 86 case NGHTTP2_ALTSVC: in nghttp2_outbound_item_free()
|
H A D | nghttp2_option.c | 85 case NGHTTP2_ALTSVC: in nghttp2_option_set_builtin_recv_extension_type()
|
H A D | nghttp2_frame.c | 205 NGHTTP2_ALTSVC, NGHTTP2_FLAG_NONE, stream_id); in nghttp2_frame_altsvc_init()
|
H A D | nghttp2_session.c | 352 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 D | nghttp2_outbound_item.c | 86 case NGHTTP2_ALTSVC: in nghttp2_outbound_item_free()
|
H A D | nghttp2_option.c | 85 case NGHTTP2_ALTSVC: in nghttp2_option_set_builtin_recv_extension_type()
|
H A D | nghttp2_frame.c | 205 NGHTTP2_ALTSVC, NGHTTP2_FLAG_NONE, stream_id); in nghttp2_frame_altsvc_init()
|
H A D | nghttp2_session.c | 352 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 D | app_helper.cc | 111 case NGHTTP2_ALTSVC: in strframetype() 354 case NGHTTP2_ALTSVC: { in print_frame()
|
H A D | nghttp.cc | 131 nghttp2_option_set_builtin_recv_extension_type(http2_option, NGHTTP2_ALTSVC); in Config()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_test_helper.c | 82 case NGHTTP2_ALTSVC: in unpack_frame()
|
H A D | nghttp2_frame_test.c | 487 check_frame_header(payloadlen, NGHTTP2_ALTSVC, NGHTTP2_FLAG_NONE, 1000000007, in test_nghttp2_frame_pack_altsvc()
|
H A D | nghttp2_session_test.c | 2442 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 D | nghttp2.h | 637 NGHTTP2_ALTSVC = 0x0a, enumerator 4734 * :enum:`nghttp2_frame_type.NGHTTP2_ALTSVC`,
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 632 NGHTTP2_ALTSVC = 0x0a, enumerator 4718 * :enum:`nghttp2_frame_type.NGHTTP2_ALTSVC`,
|
/third_party/node/src/ |
H A D | node_http2.cc | 125 nghttp2_option_set_builtin_recv_extension_type(option, NGHTTP2_ALTSVC); in Http2Options() 979 case NGHTTP2_ALTSVC: in OnFrameReceive()
|
Completed in 58 milliseconds