Searched refs:nghttp2_frame_goaway_init (Results 1 - 8 of 8) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_frame.h | 488 void nghttp2_frame_goaway_init(nghttp2_goaway *frame, int32_t last_stream_id,
|
H A D | nghttp2_frame.c | 142 void nghttp2_frame_goaway_init(nghttp2_goaway *frame, int32_t last_stream_id, in nghttp2_frame_goaway_init() function
|
H A D | nghttp2_session.c | 7465 nghttp2_frame_goaway_init(&frame->goaway, last_stream_id, error_code, in nghttp2_session_add_goaway()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_frame.h | 488 void nghttp2_frame_goaway_init(nghttp2_goaway *frame, int32_t last_stream_id,
|
H A D | nghttp2_frame.c | 142 void nghttp2_frame_goaway_init(nghttp2_goaway *frame, int32_t last_stream_id, in nghttp2_frame_goaway_init() function
|
H A D | nghttp2_session.c | 7454 nghttp2_frame_goaway_init(&frame->goaway, last_stream_id, error_code, in nghttp2_session_add_goaway()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_frame_test.c | 393 nghttp2_frame_goaway_init(&frame, 1000000007, NGHTTP2_PROTOCOL_ERROR, in test_nghttp2_frame_pack_goaway()
|
H A D | nghttp2_session_test.c | 4325 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