Searched defs:last_stream_id (Results 1 – 16 of 16) sorted by relevance
/third_party/grpc/src/core/ext/transport/chttp2/transport/ |
D | frame_goaway.h | 42 uint32_t last_stream_id; member
|
D | frame_goaway.cc | 151 void grpc_chttp2_goaway_append(uint32_t last_stream_id, uint32_t error_code, in grpc_chttp2_goaway_append()
|
D | chttp2_transport.cc | 1049 uint32_t last_stream_id, in grpc_chttp2_add_incoming_goaway()
|
/third_party/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/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/src/ |
D | shrpx_http2_session.cc | 2386 auto last_stream_id = nghttp2_session_get_last_proc_stream_id(session_); in check_retire() local
|
D | shrpx_http2_upstream.cc | 915 auto last_stream_id = nghttp2_session_get_last_proc_stream_id(session_); in submit_goaway() local
|
/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 | 1185 int32_t last_stream_id; member
|
/third_party/nghttp2/tests/ |
D | nghttp2_session_test.c | 10358 int32_t stream_id, last_stream_id; in test_nghttp2_session_repeated_priority_change() local 10408 int32_t stream_id, last_stream_id; in test_nghttp2_session_repeated_priority_submission() local
|