Lines Matching refs:QIOChannel

29 bool qio_channel_has_feature(QIOChannel *ioc,  in qio_channel_has_feature()
36 void qio_channel_set_feature(QIOChannel *ioc, in qio_channel_set_feature()
43 void qio_channel_set_name(QIOChannel *ioc, in qio_channel_set_name()
51 ssize_t qio_channel_readv_full(QIOChannel *ioc, in qio_channel_readv_full()
79 ssize_t qio_channel_writev_full(QIOChannel *ioc, in qio_channel_writev_full()
113 int coroutine_mixed_fn qio_channel_readv_all_eof(QIOChannel *ioc, in qio_channel_readv_all_eof()
122 int coroutine_mixed_fn qio_channel_readv_all(QIOChannel *ioc, in qio_channel_readv_all()
130 int coroutine_mixed_fn qio_channel_readv_full_all_eof(QIOChannel *ioc, in qio_channel_readv_full_all_eof()
221 int coroutine_mixed_fn qio_channel_readv_full_all(QIOChannel *ioc, in qio_channel_readv_full_all()
241 int coroutine_mixed_fn qio_channel_writev_all(QIOChannel *ioc, in qio_channel_writev_all()
249 int coroutine_mixed_fn qio_channel_writev_full_all(QIOChannel *ioc, in qio_channel_writev_full_all()
294 ssize_t qio_channel_readv(QIOChannel *ioc, in qio_channel_readv()
303 ssize_t qio_channel_writev(QIOChannel *ioc, in qio_channel_writev()
312 ssize_t qio_channel_read(QIOChannel *ioc, in qio_channel_read()
322 ssize_t qio_channel_write(QIOChannel *ioc, in qio_channel_write()
332 int coroutine_mixed_fn qio_channel_read_all_eof(QIOChannel *ioc, in qio_channel_read_all_eof()
342 int coroutine_mixed_fn qio_channel_read_all(QIOChannel *ioc, in qio_channel_read_all()
352 int coroutine_mixed_fn qio_channel_write_all(QIOChannel *ioc, in qio_channel_write_all()
362 int qio_channel_set_blocking(QIOChannel *ioc, in qio_channel_set_blocking()
371 void qio_channel_set_follow_coroutine_ctx(QIOChannel *ioc, bool enabled) in qio_channel_set_follow_coroutine_ctx()
377 int qio_channel_close(QIOChannel *ioc, in qio_channel_close()
385 GSource *qio_channel_create_watch(QIOChannel *ioc, in qio_channel_create_watch()
399 void qio_channel_set_aio_fd_handler(QIOChannel *ioc, in qio_channel_set_aio_fd_handler()
412 guint qio_channel_add_watch_full(QIOChannel *ioc, in qio_channel_add_watch_full()
432 guint qio_channel_add_watch(QIOChannel *ioc, in qio_channel_add_watch()
442 GSource *qio_channel_add_watch_source(QIOChannel *ioc, in qio_channel_add_watch_source()
460 ssize_t qio_channel_pwritev(QIOChannel *ioc, const struct iovec *iov, in qio_channel_pwritev()
478 ssize_t qio_channel_pwrite(QIOChannel *ioc, char *buf, size_t buflen, in qio_channel_pwrite()
489 ssize_t qio_channel_preadv(QIOChannel *ioc, const struct iovec *iov, in qio_channel_preadv()
507 ssize_t qio_channel_pread(QIOChannel *ioc, char *buf, size_t buflen, in qio_channel_pread()
518 int qio_channel_shutdown(QIOChannel *ioc, in qio_channel_shutdown()
533 void qio_channel_set_delay(QIOChannel *ioc, in qio_channel_set_delay()
544 void qio_channel_set_cork(QIOChannel *ioc, in qio_channel_set_cork()
554 int qio_channel_get_peerpid(QIOChannel *ioc, in qio_channel_get_peerpid()
568 off_t qio_channel_io_seek(QIOChannel *ioc, in qio_channel_io_seek()
583 int qio_channel_flush(QIOChannel *ioc, in qio_channel_flush()
599 QIOChannel *ioc = opaque; in qio_channel_restart_read()
614 QIOChannel *ioc = opaque; in qio_channel_restart_write()
628 qio_channel_set_fd_handlers(QIOChannel *ioc, GIOCondition condition) in qio_channel_set_fd_handlers()
674 qio_channel_clear_fd_handlers(QIOChannel *ioc, GIOCondition condition) in qio_channel_clear_fd_handlers()
706 void coroutine_fn qio_channel_yield(QIOChannel *ioc, in qio_channel_yield()
735 void qio_channel_wake_read(QIOChannel *ioc) in qio_channel_wake_read()
743 static gboolean qio_channel_wait_complete(QIOChannel *ioc, in qio_channel_wait_complete()
754 void qio_channel_wait(QIOChannel *ioc, in qio_channel_wait()
780 QIOChannel *ioc = QIO_CHANNEL(obj); in qio_channel_finalize()
798 .instance_size = sizeof(QIOChannel),