Lines Matching +full:master +full:- +full:side
29 #define TYPE_QIO_CHANNEL_TLS "qio-channel-tls"
39 * technical restriction on which type of master channel is
48 QIOChannel *master; member
56 * @master: the underlying channel object
59 * @errp: pointer to a NULL-initialized error object
61 * Create a new TLS channel that runs the server side of
64 * is non-NULL, then the client will have to provide
74 * master channel
79 qio_channel_tls_new_server(QIOChannel *master,
86 * @master: the underlying channel object
89 * @errp: pointer to a NULL-initialized error object
91 * Create a new TLS channel that runs the client side of
104 * master channel
109 qio_channel_tls_new_client(QIOChannel *master,