Lines Matching refs:QIOChannelFile
30 QIOChannelFile *
33 QIOChannelFile *ioc; in qio_channel_file_new_fd()
48 QIOChannelFile *
61 QIOChannelFile *
67 QIOChannelFile *ioc; in qio_channel_file_new_path()
93 QIOChannelFile *ioc = QIO_CHANNEL_FILE(obj); in qio_channel_file_init()
99 QIOChannelFile *ioc = QIO_CHANNEL_FILE(obj); in qio_channel_file_finalize()
115 QIOChannelFile *fioc = QIO_CHANNEL_FILE(ioc); in qio_channel_file_readv()
144 QIOChannelFile *fioc = QIO_CHANNEL_FILE(ioc); in qio_channel_file_writev()
170 QIOChannelFile *fioc = QIO_CHANNEL_FILE(ioc); in qio_channel_file_preadv()
196 QIOChannelFile *fioc = QIO_CHANNEL_FILE(ioc); in qio_channel_file_pwritev()
224 QIOChannelFile *fioc = QIO_CHANNEL_FILE(ioc); in qio_channel_file_set_blocking()
240 QIOChannelFile *fioc = QIO_CHANNEL_FILE(ioc); in qio_channel_file_seek()
257 QIOChannelFile *fioc = QIO_CHANNEL_FILE(ioc); in qio_channel_file_close()
276 QIOChannelFile *fioc = QIO_CHANNEL_FILE(ioc); in qio_channel_file_set_aio_fd_handler()
286 QIOChannelFile *fioc = QIO_CHANNEL_FILE(ioc); in qio_channel_file_create_watch()
313 .instance_size = sizeof(QIOChannelFile),