Lines Matching refs:write_ctx
402 AioContext *write_ctx, in qio_channel_set_aio_fd_handler() argument
408 klass->io_set_aio_fd_handler(ioc, read_ctx, io_read, write_ctx, io_write, in qio_channel_set_aio_fd_handler()
635 AioContext *write_ctx = NULL; in qio_channel_set_fd_handlers() local
652 if (ioc->write_coroutine && ioc->write_ctx == ctx) { in qio_channel_set_fd_handlers()
653 write_ctx = ctx; in qio_channel_set_fd_handlers()
658 ioc->write_ctx = ctx; in qio_channel_set_fd_handlers()
659 write_ctx = ctx; in qio_channel_set_fd_handlers()
670 write_ctx, io_write, ioc); in qio_channel_set_fd_handlers()
678 AioContext *write_ctx = NULL; in qio_channel_clear_fd_handlers() local
686 if (ioc->write_coroutine && ioc->write_ctx == ctx) { in qio_channel_clear_fd_handlers()
687 write_ctx = ctx; in qio_channel_clear_fd_handlers()
691 ctx = ioc->write_ctx; in qio_channel_clear_fd_handlers()
692 write_ctx = ctx; in qio_channel_clear_fd_handlers()
703 write_ctx, io_write, ioc); in qio_channel_clear_fd_handlers()