Lines Matching refs:io
63 struct io *io_left =
66 struct io *io_right =
139 struct io *io;
148 struct io *io;
158 tests[i].io = io_add(tests[i].fd[0], tests[i].condition, io_callback, NULL);
160 io = io_add(tests[i-1].fd[0], IO_WRITE, io_callback, NULL);
166 io_remove(&io);
168 io_remove(&tests[i].io);
184 test_begin("ioloop pending io");
188 struct io *io = io_add_istream(is, io_callback_pending_io, NULL);
190 io_set_pending(io);
192 io_remove(&io);