Searched refs:nghttp2_frame_altsvc_init (Results 1 - 8 of 8) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_frame.h | 513 void nghttp2_frame_altsvc_init(nghttp2_extension *frame, int32_t stream_id,
|
H A D | nghttp2_submit.c | 568 nghttp2_frame_altsvc_init(&frame->ext, stream_id, origin_copy, origin_len, in nghttp2_submit_altsvc()
|
H A 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/ |
H A D | nghttp2_frame.h | 513 void nghttp2_frame_altsvc_init(nghttp2_extension *frame, int32_t stream_id,
|
H A D | nghttp2_submit.c | 568 nghttp2_frame_altsvc_init(&frame->ext, stream_id, origin_copy, origin_len, in nghttp2_submit_altsvc()
|
H A 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/ |
H A D | nghttp2_frame_test.c | 473 nghttp2_frame_altsvc_init(&frame, 1000000007, buf.pos, sizeof(origin) - 1, in test_nghttp2_frame_pack_altsvc()
|
H A D | nghttp2_session_test.c | 4561 nghttp2_frame_altsvc_init(&frame.ext, 0, origin, sizeof(origin) - 1, in test_nghttp2_session_on_altsvc_received() 4577 nghttp2_frame_altsvc_init(&frame.ext, 0, origin, 0, field_value, in test_nghttp2_session_on_altsvc_received() 4595 nghttp2_frame_altsvc_init(&frame.ext, 1, origin, sizeof(origin) - 1, in test_nghttp2_session_on_altsvc_received() 4613 nghttp2_frame_altsvc_init(&frame.ext, 1, origin, 0, field_value, in test_nghttp2_session_on_altsvc_received() 4629 nghttp2_frame_altsvc_init(&frame.ext, 1, origin, 0, field_value, in test_nghttp2_session_on_altsvc_received()
|
Completed in 23 milliseconds