Home
last modified time | relevance | path

Searched refs:stream_remote_window (Results 1 – 1 of 1) sorted by relevance

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dwriting.cc325 uint32_t stream_remote_window() const { in stream_remote_window() function in __anon636541400111::DataSendContext
335 GPR_MIN(stream_remote_window(), t_->flow_control->remote_window())); in max_outgoing()
513 } else if (data_send_context.stream_remote_window() <= 0) { in FlushData()