Lines Matching defs:writeset
698 channel_pre_listener(Channel *c, fd_set * readset, fd_set * writeset) in channel_pre_listener()
704 channel_pre_connecting(Channel *c, fd_set * readset, fd_set * writeset) in channel_pre_connecting()
711 channel_pre_open_13(Channel *c, fd_set * readset, fd_set * writeset) in channel_pre_open_13()
720 channel_pre_open(Channel *c, fd_set * readset, fd_set * writeset) in channel_pre_open()
754 channel_pre_input_draining(Channel *c, fd_set * readset, fd_set * writeset) in channel_pre_input_draining()
766 channel_pre_output_draining(Channel *c, fd_set * readset, fd_set * writeset) in channel_pre_output_draining()
842 channel_pre_x11_open_13(Channel *c, fd_set * readset, fd_set * writeset) in channel_pre_x11_open_13()
868 channel_pre_x11_open(Channel *c, fd_set * readset, fd_set * writeset) in channel_pre_x11_open()
895 channel_decode_socks4(Channel *c, fd_set * readset, fd_set * writeset) in channel_decode_socks4()
974 channel_decode_socks5(Channel *c, fd_set *readset, fd_set *writeset) in channel_decode_socks5()
1087 channel_pre_dynamic(Channel *c, fd_set * readset, fd_set * writeset) in channel_pre_dynamic()
1131 channel_post_x11_listener(Channel *c, fd_set * readset, fd_set * writeset) in channel_post_x11_listener()
1244 channel_post_port_listener(Channel *c, fd_set * readset, fd_set * writeset) in channel_post_port_listener()
1295 channel_post_auth_listener(Channel *c, fd_set * readset, fd_set * writeset) in channel_post_auth_listener()
1330 channel_post_connecting(Channel *c, fd_set * readset, fd_set * writeset) in channel_post_connecting()
1376 channel_handle_rfd(Channel *c, fd_set * readset, fd_set * writeset) in channel_handle_rfd()
1414 channel_handle_wfd(Channel *c, fd_set * readset, fd_set * writeset) in channel_handle_wfd()
1470 channel_handle_efd(Channel *c, fd_set * readset, fd_set * writeset) in channel_handle_efd()
1533 channel_post_open(Channel *c, fd_set * readset, fd_set * writeset) in channel_post_open()
1544 channel_post_output_drain_13(Channel *c, fd_set * readset, fd_set * writeset) in channel_post_output_drain_13()
1661 channel_handler(chan_fn *ftab[], fd_set * readset, fd_set * writeset) in channel_handler()
1720 channel_after_select(fd_set * readset, fd_set * writeset) in channel_after_select()