Home
last modified time | relevance | path

Searched refs:qio_channel_set_feature (Results 1 – 6 of 6) sorted by relevance

/qemu/io/
H A Dchannel-socket.c70 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 Dchannel-file.c40 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 Dchannel-tls.c79 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 Dchannel.c36 void qio_channel_set_feature(QIOChannel *ioc, in qio_channel_set_feature() function
H A Dchannel-websock.c888 qio_channel_set_feature(ioc, QIO_CHANNEL_FEATURE_SHUTDOWN); in qio_channel_websock_new_server()
/qemu/include/io/
H A Dchannel.h191 void qio_channel_set_feature(QIOChannel *ioc,