Searched refs:NGHTTP2_STREAM_FLAG_DEFERRED_FLOW_CONTROL (Results 1 - 7 of 7) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_stream.h | 88 NGHTTP2_STREAM_FLAG_DEFERRED_FLOW_CONTROL = 0x04, enumerator 91 /* bitwise OR of NGHTTP2_STREAM_FLAG_DEFERRED_FLOW_CONTROL and 259 * NGHTTP2_STREAM_FLAG_DEFERRED_FLOW_CONTROL. The |flags| indicates 268 * NGHTTP2_STREAM_FLAG_DEFERRED_FLOW_CONTROL and given masks are
|
H A D | nghttp2_stream.c | 557 (stream->flags & NGHTTP2_STREAM_FLAG_DEFERRED_FLOW_CONTROL); in nghttp2_stream_check_deferred_by_flow_control()
|
H A D | nghttp2_session.c | 2347 NGHTTP2_STREAM_FLAG_DEFERRED_FLOW_CONTROL); in session_prep_frame() 4548 arg->session, stream, NGHTTP2_STREAM_FLAG_DEFERRED_FLOW_CONTROL); in update_remote_initial_window_size_func() 5192 session, stream, NGHTTP2_STREAM_FLAG_DEFERRED_FLOW_CONTROL); in session_on_stream_window_update_received()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_stream.h | 88 NGHTTP2_STREAM_FLAG_DEFERRED_FLOW_CONTROL = 0x04, enumerator 91 /* bitwise OR of NGHTTP2_STREAM_FLAG_DEFERRED_FLOW_CONTROL and 259 * NGHTTP2_STREAM_FLAG_DEFERRED_FLOW_CONTROL. The |flags| indicates 268 * NGHTTP2_STREAM_FLAG_DEFERRED_FLOW_CONTROL and given masks are
|
H A D | nghttp2_stream.c | 557 (stream->flags & NGHTTP2_STREAM_FLAG_DEFERRED_FLOW_CONTROL); in nghttp2_stream_check_deferred_by_flow_control()
|
H A D | nghttp2_session.c | 2342 NGHTTP2_STREAM_FLAG_DEFERRED_FLOW_CONTROL); in session_prep_frame() 4543 arg->session, stream, NGHTTP2_STREAM_FLAG_DEFERRED_FLOW_CONTROL); in update_remote_initial_window_size_func() 5187 session, stream, NGHTTP2_STREAM_FLAG_DEFERRED_FLOW_CONTROL); in session_on_stream_window_update_received()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_session_test.c | 4404 nghttp2_stream_defer_item(stream, NGHTTP2_STREAM_FLAG_DEFERRED_FLOW_CONTROL); in test_nghttp2_session_on_window_update_received()
|
Completed in 33 milliseconds