Lines Matching refs:read_ctx
400 AioContext *read_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()
633 AioContext *read_ctx = NULL; in qio_channel_set_fd_handlers() local
640 ioc->read_ctx = ctx; in qio_channel_set_fd_handlers()
641 read_ctx = ctx; in qio_channel_set_fd_handlers()
661 if (ioc->read_coroutine && ioc->read_ctx == ctx) { in qio_channel_set_fd_handlers()
662 read_ctx = ctx; in qio_channel_set_fd_handlers()
669 qio_channel_set_aio_fd_handler(ioc, read_ctx, io_read, in qio_channel_set_fd_handlers()
676 AioContext *read_ctx = NULL; in qio_channel_clear_fd_handlers() local
683 ctx = ioc->read_ctx; in qio_channel_clear_fd_handlers()
684 read_ctx = ctx; in qio_channel_clear_fd_handlers()
694 if (ioc->read_coroutine && ioc->read_ctx == ctx) { in qio_channel_clear_fd_handlers()
695 read_ctx = ctx; in qio_channel_clear_fd_handlers()
702 qio_channel_set_aio_fd_handler(ioc, read_ctx, io_read, in qio_channel_clear_fd_handlers()