Searched refs:qio_channel_set_feature (Results 1 – 6 of 6) sorted by relevance
/qemu/io/ |
H A D | channel-socket.c | 70 qio_channel_set_feature(ioc, QIO_CHANNEL_FEATURE_SHUTDOWN); in qio_channel_socket_new() 130 qio_channel_set_feature(ioc, QIO_CHANNEL_FEATURE_FD_PASS); in qio_channel_socket_set_fd() 183 qio_channel_set_feature(QIO_CHANNEL(ioc), in qio_channel_socket_connect_sync() 188 qio_channel_set_feature(QIO_CHANNEL(ioc), in qio_channel_socket_connect_sync() 251 qio_channel_set_feature(QIO_CHANNEL(ioc), QIO_CHANNEL_FEATURE_LISTEN); in qio_channel_socket_listen_sync() 420 qio_channel_set_feature(ioc_local, QIO_CHANNEL_FEATURE_FD_PASS); in qio_channel_socket_accept() 424 qio_channel_set_feature(QIO_CHANNEL(cioc), in qio_channel_socket_accept()
|
H A D | channel-file.c | 40 qio_channel_set_feature(QIO_CHANNEL(ioc), QIO_CHANNEL_FEATURE_SEEKABLE); in qio_channel_file_new_fd() 82 qio_channel_set_feature(QIO_CHANNEL(ioc), QIO_CHANNEL_FEATURE_SEEKABLE); in qio_channel_file_new_path()
|
H A D | channel-tls.c | 79 qio_channel_set_feature(ioc, QIO_CHANNEL_FEATURE_SHUTDOWN); in qio_channel_tls_new_server() 122 qio_channel_set_feature(ioc, QIO_CHANNEL_FEATURE_SHUTDOWN); in qio_channel_tls_new_client()
|
H A D | channel.c | 36 void qio_channel_set_feature(QIOChannel *ioc, in qio_channel_set_feature() function
|
H A D | channel-websock.c | 888 qio_channel_set_feature(ioc, QIO_CHANNEL_FEATURE_SHUTDOWN); in qio_channel_websock_new_server()
|
/qemu/include/io/ |
H A D | channel.h | 191 void qio_channel_set_feature(QIOChannel *ioc,
|