Lines Matching refs:Channel

69 static Channel **channels = NULL;
139 static void port_open_helper(Channel *c, char *rtype);
143 Channel *
146 Channel *c; in channel_lookup()
166 channel_register_fds(Channel *c, int rfd, int wfd, int efd, in channel_register_fds()
211 Channel *
216 Channel *c; in channel_new()
221 channels = xmalloc(channels_alloc * sizeof(Channel *)); in channel_new()
240 (channels_alloc + 10) * sizeof(Channel *)); in channel_new()
247 c = channels[found] = xmalloc(sizeof(Channel)); in channel_new()
248 memset(c, 0, sizeof(Channel)); in channel_new()
281 Channel *c; in channel_find_maxfd()
311 channel_close_fds(Channel *c) in channel_close_fds()
325 channel_free(Channel *c) in channel_free()
387 Channel *c; in channel_stop_listening()
414 Channel *c; in channel_not_very_much_buffered_data()
444 Channel *c; in channel_still_open()
487 Channel *c; in channel_find_open()
532 Channel *c; in channel_open_message()
581 Channel *c = channel_lookup(id); in channel_send_open()
599 Channel *c = channel_lookup(local_id); in channel_request_start()
614 Channel *c = channel_lookup(id); in channel_register_confirm()
625 Channel *c = channel_lookup(id); in channel_register_cleanup()
636 Channel *c = channel_lookup(id); in channel_cancel_cleanup()
647 Channel *c = channel_lookup(id); in channel_register_filter()
660 Channel *c = channel_lookup(id); in channel_set_fds()
676 Channel *c = channel_lookup(id); in channel_set_wait_for_exit()
693 typedef void chan_fn(Channel *c, fd_set * readset, fd_set * 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()
1133 Channel *nc; in channel_post_x11_listener()
1190 port_open_helper(Channel *c, char *rtype) in port_open_helper()
1244 channel_post_port_listener(Channel *c, fd_set * readset, fd_set * writeset) in channel_post_port_listener()
1246 Channel *nc; in channel_post_port_listener()
1295 channel_post_auth_listener(Channel *c, fd_set * readset, fd_set * writeset) in channel_post_auth_listener()
1297 Channel *nc; 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()
1513 channel_check_window(Channel *c) in channel_check_window()
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()
1640 channel_garbage_collect(Channel *c) in channel_garbage_collect()
1665 Channel *c; in channel_handler()
1731 Channel *c; in channel_output_poll()
1839 Channel *c; in channel_input_data()
1883 Channel *c; in channel_input_extended_data()
1927 Channel *c; in channel_input_ieof()
1950 Channel *c; in channel_input_close()
1988 Channel *c = channel_lookup(id); in channel_input_oclose()
2000 Channel *c = channel_lookup(id); in channel_input_close_confirmation()
2016 Channel *c; in channel_input_open_confirmation()
2064 Channel *c; in channel_input_open_failure()
2093 Channel *c; in channel_input_window_adjust()
2118 Channel *c = NULL; in channel_input_port_open()
2161 Channel *c; in channel_setup_fwd_listener()
2299 Channel *c = channels[i]; in channel_cancel_rport_listener()
2617 Channel *nc = NULL; in x11_create_display_inet()
2853 Channel *c = NULL; in x11_input_open()
2997 Channel *c = NULL; in auth_input_open_request()