Lines Matching refs:write_ctx
399 AioContext *write_ctx, in qio_channel_set_aio_fd_handler() argument
405 klass->io_set_aio_fd_handler(ioc, read_ctx, io_read, write_ctx, io_write, in qio_channel_set_aio_fd_handler()
632 AioContext *write_ctx = NULL; in qio_channel_set_fd_handlers() local
649 if (ioc->write_coroutine && ioc->write_ctx == ctx) { in qio_channel_set_fd_handlers()
650 write_ctx = ctx; in qio_channel_set_fd_handlers()
655 ioc->write_ctx = ctx; in qio_channel_set_fd_handlers()
656 write_ctx = ctx; in qio_channel_set_fd_handlers()
667 write_ctx, io_write, ioc); in qio_channel_set_fd_handlers()
675 AioContext *write_ctx = NULL; in qio_channel_clear_fd_handlers() local
683 if (ioc->write_coroutine && ioc->write_ctx == ctx) { in qio_channel_clear_fd_handlers()
684 write_ctx = ctx; in qio_channel_clear_fd_handlers()
688 ctx = ioc->write_ctx; in qio_channel_clear_fd_handlers()
689 write_ctx = ctx; in qio_channel_clear_fd_handlers()
700 write_ctx, io_write, ioc); in qio_channel_clear_fd_handlers()