Lines Matching refs:QIOChannelTLS
34 QIOChannelTLS *tioc = QIO_CHANNEL_TLS(opaque); in qio_channel_tls_write_handler()
51 QIOChannelTLS *tioc = QIO_CHANNEL_TLS(opaque); in qio_channel_tls_read_handler()
64 QIOChannelTLS *
70 QIOChannelTLS *tioc; in qio_channel_tls_new_server()
107 QIOChannelTLS *
113 QIOChannelTLS *tioc; in qio_channel_tls_new_client()
160 static void qio_channel_tls_handshake_task(QIOChannelTLS *ioc, in qio_channel_tls_handshake_task()
221 QIOChannelTLS *tioc = QIO_CHANNEL_TLS( in qio_channel_tls_handshake_io()
235 void qio_channel_tls_handshake(QIOChannelTLS *ioc, in qio_channel_tls_handshake()
258 QIOChannelTLS *ioc = QIO_CHANNEL_TLS(obj); in qio_channel_tls_finalize()
273 QIOChannelTLS *tioc = QIO_CHANNEL_TLS(ioc); in qio_channel_tls_readv()
310 QIOChannelTLS *tioc = QIO_CHANNEL_TLS(ioc); in qio_channel_tls_writev()
340 QIOChannelTLS *tioc = QIO_CHANNEL_TLS(ioc); in qio_channel_tls_set_blocking()
348 QIOChannelTLS *tioc = QIO_CHANNEL_TLS(ioc); in qio_channel_tls_set_delay()
356 QIOChannelTLS *tioc = QIO_CHANNEL_TLS(ioc); in qio_channel_tls_set_cork()
365 QIOChannelTLS *tioc = QIO_CHANNEL_TLS(ioc); in qio_channel_tls_shutdown()
375 QIOChannelTLS *tioc = QIO_CHANNEL_TLS(ioc); in qio_channel_tls_close()
392 QIOChannelTLS *tioc = QIO_CHANNEL_TLS(ioc); in qio_channel_tls_set_aio_fd_handler()
401 QIOChannelTLS *tioc;
442 qio_channel_tls_read_watch(QIOChannelTLS *tioc, GSource *source) in qio_channel_tls_read_watch()
461 QIOChannelTLS *tioc = QIO_CHANNEL_TLS(ioc); in qio_channel_tls_create_watch()
472 qio_channel_tls_get_session(QIOChannelTLS *ioc) in qio_channel_tls_get_session()
496 .instance_size = sizeof(QIOChannelTLS),