Searched refs:nghttp2_frame_altsvc_init (Results 1 – 9 of 9) sorted by relevance
/third_party/nghttp2/lib/ |
D | libnghttp2_shared.map | 42 nghttp2_frame_altsvc_init;
|
D | nghttp2_frame.h | 511 void nghttp2_frame_altsvc_init(nghttp2_extension *frame, int32_t stream_id,
|
D | nghttp2_submit.c | 565 nghttp2_frame_altsvc_init(&frame->ext, stream_id, origin_copy, origin_len, in nghttp2_submit_altsvc()
|
D | nghttp2_frame.c | 199 void nghttp2_frame_altsvc_init(nghttp2_extension *frame, int32_t stream_id, in nghttp2_frame_altsvc_init() function
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_frame.h | 511 void nghttp2_frame_altsvc_init(nghttp2_extension *frame, int32_t stream_id,
|
D | nghttp2_submit.c | 565 nghttp2_frame_altsvc_init(&frame->ext, stream_id, origin_copy, origin_len, in nghttp2_submit_altsvc()
|
D | nghttp2_frame.c | 199 void nghttp2_frame_altsvc_init(nghttp2_extension *frame, int32_t stream_id, in nghttp2_frame_altsvc_init() function
|
/third_party/nghttp2/tests/ |
D | nghttp2_frame_test.c | 482 nghttp2_frame_altsvc_init(&frame, 1000000007, buf.pos, sizeof(origin) - 1, in test_nghttp2_frame_pack_altsvc()
|
D | nghttp2_session_test.c | 4143 nghttp2_frame_altsvc_init(&frame.ext, 0, origin, sizeof(origin) - 1, in test_nghttp2_session_on_altsvc_received() 4159 nghttp2_frame_altsvc_init(&frame.ext, 0, origin, 0, field_value, in test_nghttp2_session_on_altsvc_received() 4177 nghttp2_frame_altsvc_init(&frame.ext, 1, origin, sizeof(origin) - 1, in test_nghttp2_session_on_altsvc_received() 4195 nghttp2_frame_altsvc_init(&frame.ext, 1, origin, 0, field_value, in test_nghttp2_session_on_altsvc_received() 4211 nghttp2_frame_altsvc_init(&frame.ext, 1, origin, 0, field_value, in test_nghttp2_session_on_altsvc_received()
|