Searched defs:last_stream_id (Results 1 – 13 of 13) sorted by relevance
| /third_party/node/deps/nghttp2/lib/ |
| D | nghttp2_submit.c | 280 int32_t last_stream_id, uint32_t error_code, in nghttp2_submit_goaway()
|
| D | nghttp2_session.c | 212 int32_t last_stream_id, in session_terminate_session() 254 int32_t last_stream_id, in nghttp2_session_terminate_session2() 2466 int32_t last_stream_id, in session_close_stream_on_goaway() 6913 int nghttp2_session_add_goaway(nghttp2_session *session, int32_t last_stream_id, in nghttp2_session_add_goaway()
|
| D | nghttp2_session.h | 360 int32_t last_stream_id; member
|
| D | nghttp2_frame.c | 142 void nghttp2_frame_goaway_init(nghttp2_goaway *frame, int32_t last_stream_id, in nghttp2_frame_goaway_init()
|
| /third_party/nghttp2/lib/ |
| D | nghttp2_submit.c | 285 int32_t last_stream_id, uint32_t error_code, in nghttp2_submit_goaway()
|
| D | nghttp2_session.c | 218 int32_t last_stream_id, in session_terminate_session() 260 int32_t last_stream_id, in nghttp2_session_terminate_session2() 2817 int32_t last_stream_id, in session_close_stream_on_goaway() 7473 int nghttp2_session_add_goaway(nghttp2_session *session, int32_t last_stream_id, in nghttp2_session_add_goaway()
|
| D | nghttp2_session.h | 376 int32_t last_stream_id; member
|
| D | nghttp2_frame.c | 142 void nghttp2_frame_goaway_init(nghttp2_goaway *frame, int32_t last_stream_id, in nghttp2_frame_goaway_init()
|
| /third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
| D | nghttp2.h | 1181 int32_t last_stream_id; member
|
| /third_party/nghttp2/lib/includes/nghttp2/ |
| D | nghttp2.h | 1193 int32_t last_stream_id; member
|
| /third_party/nghttp2/src/ |
| D | shrpx_http2_session.cc | 2402 auto last_stream_id = nghttp2_session_get_last_proc_stream_id(session_); in check_retire() local
|
| D | shrpx_http2_upstream.cc | 923 auto last_stream_id = nghttp2_session_get_last_proc_stream_id(session_); in submit_goaway() local
|
| /third_party/nghttp2/tests/ |
| D | nghttp2_session_test.c | 10962 int32_t stream_id, last_stream_id; in test_nghttp2_session_repeated_priority_change() local 11012 int32_t stream_id, last_stream_id; in test_nghttp2_session_repeated_priority_submission() local
|