Searched refs:QIOChannelWebsock (Results 1 – 4 of 4) sorted by relevance
/qemu/io/ |
H A D | channel-websock.c | 161 qio_channel_websock_handshake_send_res(QIOChannelWebsock *ioc, in qio_channel_websock_handshake_send_res() 185 static void qio_channel_websock_handshake_send_res_err(QIOChannelWebsock *ioc, in qio_channel_websock_handshake_send_res_err() 203 qio_channel_websock_extract_headers(QIOChannelWebsock *ioc, in qio_channel_websock_extract_headers() 338 static void qio_channel_websock_handshake_send_res_ok(QIOChannelWebsock *ioc, in qio_channel_websock_handshake_send_res_ok() 379 static void qio_channel_websock_handshake_process(QIOChannelWebsock *ioc, in qio_channel_websock_handshake_process() 484 static int qio_channel_websock_handshake_read(QIOChannelWebsock *ioc, in qio_channel_websock_handshake_read() 534 QIOChannelWebsock *wioc = QIO_CHANNEL_WEBSOCK( in qio_channel_websock_handshake_send() 574 QIOChannelWebsock *wioc = QIO_CHANNEL_WEBSOCK( in qio_channel_websock_handshake_io() 610 static void qio_channel_websock_encode(QIOChannelWebsock *ioc, in qio_channel_websock_encode() 655 static ssize_t qio_channel_websock_write_wire(QIOChannelWebsock *, Error **); [all …]
|
/qemu/include/io/ |
H A D | channel-websock.h | 30 OBJECT_DECLARE_SIMPLE_TYPE(QIOChannelWebsock, QIO_CHANNEL_WEBSOCK) 55 struct QIOChannelWebsock { struct 87 QIOChannelWebsock * argument 103 void qio_channel_websock_handshake(QIOChannelWebsock *ioc,
|
/qemu/ui/ |
H A D | vnc-ws.c | 125 QIOChannelWebsock *wioc; in vncws_handshake_io()
|
/qemu/chardev/ |
H A D | char-socket.c | 801 QIOChannelWebsock *wioc = NULL; in tcp_chr_websock_init()
|