Searched refs:telnet_source (Results 1 – 2 of 2) sorted by relevance
71 GSource *telnet_source; member
653 if (s->telnet_source) { in tcp_chr_telnet_destroy()654 g_source_destroy(s->telnet_source); in tcp_chr_telnet_destroy()655 g_source_unref(s->telnet_source); in tcp_chr_telnet_destroy()656 s->telnet_source = NULL; in tcp_chr_telnet_destroy()674 if (s->telnet_source) { in tcp_chr_update_read_handler()718 g_source_unref(s->telnet_source); in tcp_chr_telnet_init_io()719 s->telnet_source = NULL; in tcp_chr_telnet_init_io()770 s->telnet_source = qio_channel_add_watch_source(s->ioc, G_IO_OUT, in tcp_chr_telnet_init()