Home
last modified time | relevance | path

Searched refs:nghttp2_frame_altsvc_init (Results 1 - 8 of 8) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_frame.h513 void nghttp2_frame_altsvc_init(nghttp2_extension *frame, int32_t stream_id,
H A Dnghttp2_submit.c568 nghttp2_frame_altsvc_init(&frame->ext, stream_id, origin_copy, origin_len, in nghttp2_submit_altsvc()
H A Dnghttp2_frame.c199 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 Dnghttp2_frame.h513 void nghttp2_frame_altsvc_init(nghttp2_extension *frame, int32_t stream_id,
H A Dnghttp2_submit.c568 nghttp2_frame_altsvc_init(&frame->ext, stream_id, origin_copy, origin_len, in nghttp2_submit_altsvc()
H A Dnghttp2_frame.c199 void nghttp2_frame_altsvc_init(nghttp2_extension *frame, int32_t stream_id, in nghttp2_frame_altsvc_init() function
/third_party/nghttp2/tests/
H A Dnghttp2_frame_test.c473 nghttp2_frame_altsvc_init(&frame, 1000000007, buf.pos, sizeof(origin) - 1, in test_nghttp2_frame_pack_altsvc()
H A Dnghttp2_session_test.c4561 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