Searched refs:remote_window (Results 1 – 9 of 9) sorted by relevance
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | flow_control.cc | 75 remote_window_ = tfc->remote_window(); in Init() 89 uint32_t remote_window = in Finish() local 92 char* trw_str = fmt_int64_diff_str(remote_window_, tfc_->remote_window()); in Finish() 100 srw_str = fmt_int64_diff_str(remote_window_delta_ + remote_window, in Finish() 101 sfc_->remote_window_delta() + remote_window); in Finish()
|
D | frame_window_update.cc | 111 bool was_zero = t->flow_control->remote_window() <= 0; in grpc_chttp2_window_update_parser_parse() 113 bool is_zero = t->flow_control->remote_window() <= 0; in grpc_chttp2_window_update_parser_parse()
|
D | writing.cc | 155 t->flow_control->remote_window(), in report_stall() 331 GPR_MIN(stream_remote_window(), t_->flow_control->remote_window())); in max_outgoing() 480 if (t_->flow_control->remote_window() <= 0) { in FlushData() 599 if (t->flow_control->remote_window() > 0) { in grpc_chttp2_begin_write()
|
D | flow_control.h | 184 int64_t remote_window() const { return remote_window_; } in remote_window() function
|
/external/openssh/ |
D | channels.c | 361 c->remote_window = 0; in channel_new() 910 u_int limit = compat20 ? c->remote_window : packet_get_maxsize(); in channel_pre_open() 938 buffer_len(&c->extended) < c->remote_window) in channel_pre_open() 2341 if (dlen > c->remote_window || 2353 c->remote_window -= dlen; 2363 if (len > c->remote_window) 2364 len = c->remote_window; 2384 c->remote_window -= len; 2403 c->remote_window > 0 && 2407 c->self, c->remote_window, buffer_len(&c->extended), [all …]
|
D | channels.h | 132 u_int remote_window; member
|
D | serverloop.c | 610 c->remote_window = rwindow; in server_input_channel_open()
|
D | clientloop.c | 2102 c->remote_window = rwindow; in client_input_channel_open()
|
/external/ImageMagick/MagickCore/ |
D | xwindow.c | 8898 remote_window, in XRemoteCommand() local 8911 remote_window=(Window) NULL; in XRemoteCommand() 8919 remote_window=XWindowByID(display,root_window,(Window) in XRemoteCommand() 8921 if (remote_window == (Window) NULL) in XRemoteCommand() 8922 remote_window=XWindowByName(display,root_window,window); in XRemoteCommand() 8924 if (remote_window == (Window) NULL) in XRemoteCommand() 8925 remote_window=XWindowByProperty(display,root_window,remote_atom); in XRemoteCommand() 8926 if (remote_window == (Window) NULL) in XRemoteCommand() 8936 (void) XChangeProperty(display,remote_window,remote_atom,XA_STRING,8, in XRemoteCommand()
|