Lines Matching full:enabled
131 bool enabled,
149 bool enabled);
151 bool enabled);
505 * @enabled: the blocking flag state
508 * If @enabled is true, then the channel is put into
516 bool enabled,
522 * @enabled: whether or not to follow the coroutine's AioContext
524 * If @enabled is true, calls to qio_channel_yield() use the current
527 * If @enabled is false, calls to qio_channel_yield() use the global iohandler
532 void qio_channel_set_follow_coroutine_ctx(QIOChannel *ioc, bool enabled);
644 * @enabled: the new flag state
648 * small packets. If @enabled is true, then the
650 * merge small packets into larger ones. If @enabled
654 * When @enabled is false, applications may wish to
667 bool enabled);
672 * @enabled: the new flag state
676 * If @enabled is true, then any data written will
677 * be queued in local buffers until @enabled is
692 bool enabled);