Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dflow_control.cc75 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()
Dframe_window_update.cc111 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()
Dwriting.cc155 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()
Dflow_control.h184 int64_t remote_window() const { return remote_window_; } in remote_window() function
/external/openssh/
Dchannels.c361 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 …]
Dchannels.h132 u_int remote_window; member
Dserverloop.c610 c->remote_window = rwindow; in server_input_channel_open()
Dclientloop.c2102 c->remote_window = rwindow; in client_input_channel_open()
/external/ImageMagick/MagickCore/
Dxwindow.c8898 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()