Searched defs:writeset (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | channels.c | 789 channel_pre_listener(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_listener() 796 channel_pre_connecting(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_connecting() 803 channel_pre_open_13(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_open_13() 812 channel_pre_open(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_open() 850 channel_pre_input_draining(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_input_draining() 863 channel_pre_output_draining(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_output_draining() 939 channel_pre_x11_open_13(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_x11_open_13() 965 channel_pre_x11_open(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_x11_open() 991 channel_pre_mux_client(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_mux_client() 1015 channel_decode_socks4(Channel *c, fd_set *readset, fd_set *writeset) in channel_decode_socks4() [all …]
|
D | serverloop.c | 465 process_output(fd_set *writeset) in process_output() 554 fd_set *readset = NULL, *writeset = NULL; in server_loop() local 821 fd_set *readset = NULL, *writeset = NULL; in server_loop2() local
|
D | clientloop.c | 1262 client_process_output(fd_set *writeset) in client_process_output() 1382 fd_set *readset = NULL, *writeset = NULL; in client_loop() local
|
D | ssh-agent.c | 995 after_select(fd_set *readset, fd_set *writeset) in after_select()
|
/external/chromium/net/socket/ |
D | tcp_client_socket_libevent.cc | 252 fd_set writeset; in DoConnect() local
|