Searched defs:writeset (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | channels.c | 821 channel_pre_listener(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_listener() 828 channel_pre_connecting(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_connecting() 835 channel_pre_open_13(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_open_13() 844 channel_pre_open(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_open() 882 channel_pre_input_draining(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_input_draining() 895 channel_pre_output_draining(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_output_draining() 978 channel_pre_x11_open_13(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_x11_open_13() 1004 channel_pre_x11_open(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_x11_open() 1030 channel_pre_mux_client(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_mux_client() 1054 channel_decode_socks4(Channel *c, fd_set *readset, fd_set *writeset) in channel_decode_socks4() [all …]
|
D | serverloop.c | 472 process_output(fd_set *writeset) in process_output() 561 fd_set *readset = NULL, *writeset = NULL; in server_loop() local 826 fd_set *readset = NULL, *writeset = NULL; in server_loop2() local
|
D | clientloop.c | 1365 client_process_output(fd_set *writeset) in client_process_output() 1484 fd_set *readset = NULL, *writeset = NULL; in client_loop() local
|
D | ssh-agent.c | 1036 after_select(fd_set *readset, fd_set *writeset) in after_select()
|
/external/syslinux/core/lwip/src/api/ |
D | sockets.c | 94 fd_set *writeset; member 1075 lwip_select(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset,
|