Searched refs:remote_window (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | channels.c | 341 c->remote_window = 0; in channel_new() 846 u_int limit = compat20 ? c->remote_window : packet_get_maxsize(); in channel_pre_open() 874 buffer_len(&c->extended) < c->remote_window) in channel_pre_open() 2277 if (dlen > c->remote_window || 2289 c->remote_window -= dlen; 2299 if (len > c->remote_window) 2300 len = c->remote_window; 2320 c->remote_window -= len; 2339 c->remote_window > 0 && 2343 c->self, c->remote_window, buffer_len(&c->extended), [all …]
|
D | channels.h | 131 u_int remote_window; member
|
D | serverloop.c | 1128 c->remote_window = rwindow; in server_input_channel_open()
|
D | clientloop.c | 2033 c->remote_window = rwindow; in client_input_channel_open()
|
/external/ImageMagick/MagickCore/ |
D | xwindow.c | 8900 remote_window, in XRemoteCommand() local 8913 remote_window=(Window) NULL; in XRemoteCommand() 8921 remote_window=XWindowByID(display,root_window,(Window) in XRemoteCommand() 8923 if (remote_window == (Window) NULL) in XRemoteCommand() 8924 remote_window=XWindowByName(display,root_window,window); in XRemoteCommand() 8926 if (remote_window == (Window) NULL) in XRemoteCommand() 8927 remote_window=XWindowByProperty(display,root_window,remote_atom); in XRemoteCommand() 8928 if (remote_window == (Window) NULL) in XRemoteCommand() 8938 (void) XChangeProperty(display,remote_window,remote_atom,XA_STRING,8, in XRemoteCommand()
|