Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
H A Dnghttp2_frame.h488 void nghttp2_frame_goaway_init(nghttp2_goaway *frame, int32_t last_stream_id,
H A Dnghttp2_frame.c142 void nghttp2_frame_goaway_init(nghttp2_goaway *frame, int32_t last_stream_id, in nghttp2_frame_goaway_init() function
H A Dnghttp2_session.c7465 nghttp2_frame_goaway_init(&frame->goaway, last_stream_id, error_code, in nghttp2_session_add_goaway()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_frame.h488 void nghttp2_frame_goaway_init(nghttp2_goaway *frame, int32_t last_stream_id,
H A Dnghttp2_frame.c142 void nghttp2_frame_goaway_init(nghttp2_goaway *frame, int32_t last_stream_id, in nghttp2_frame_goaway_init() function
H A Dnghttp2_session.c7454 nghttp2_frame_goaway_init(&frame->goaway, last_stream_id, error_code, in nghttp2_session_add_goaway()
/third_party/nghttp2/tests/
H A Dnghttp2_frame_test.c393 nghttp2_frame_goaway_init(&frame, 1000000007, NGHTTP2_PROTOCOL_ERROR, in test_nghttp2_frame_pack_goaway()
H A Dnghttp2_session_test.c4325 nghttp2_frame_goaway_init(&frame.goaway, 3, NGHTTP2_PROTOCOL_ERROR, NULL, 0); in test_nghttp2_session_on_goaway_received()
4356 nghttp2_frame_goaway_init(&frame.goaway, 0, NGHTTP2_NO_ERROR, NULL, 0); in test_nghttp2_session_on_goaway_received()

Completed in 37 milliseconds