Lines Matching refs:lioc
58 QIOChannelSocket *lioc; in test_io_channel_setup_sync() local
60 lioc = qio_channel_socket_new(); in test_io_channel_setup_sync()
61 qio_channel_socket_listen_sync(lioc, listen_addr, 1, &error_abort); in test_io_channel_setup_sync()
65 lioc, &error_abort); in test_io_channel_setup_sync()
78 qio_channel_wait(QIO_CHANNEL(lioc), G_IO_IN); in test_io_channel_setup_sync()
79 *dst = QIO_CHANNEL(qio_channel_socket_accept(lioc, &error_abort)); in test_io_channel_setup_sync()
84 *srv = QIO_CHANNEL(lioc); in test_io_channel_setup_sync()
109 QIOChannelSocket *lioc; in test_io_channel_setup_async() local
115 lioc = qio_channel_socket_new(); in test_io_channel_setup_async()
117 lioc, listen_addr, 1, in test_io_channel_setup_async()
127 lioc, &error_abort); in test_io_channel_setup_async()
146 qio_channel_wait(QIO_CHANNEL(lioc), G_IO_IN); in test_io_channel_setup_async()
147 *dst = QIO_CHANNEL(qio_channel_socket_accept(lioc, &error_abort)); in test_io_channel_setup_async()
153 *srv = QIO_CHANNEL(lioc); in test_io_channel_setup_async()