Home
last modified time | relevance | path

Searched refs:wioc (Results 1 – 3 of 3) sorted by relevance

/qemu/io/
H A Dchannel-websock.c553 if (wioc->io_err) { in qio_channel_websock_handshake_send()
601 wioc->master, in qio_channel_websock_handshake_io()
879 QIOChannelWebsock *wioc; in qio_channel_websock_new_server() local
885 wioc->master = master; in qio_channel_websock_new_server()
893 return wioc; in qio_channel_websock_new_server()
1023 ret = qio_channel_websock_write_wire(wioc, &wioc->io_err); in qio_channel_websock_flush()
1030 ret = qio_channel_websock_read_wire(wioc, &wioc->io_err); in qio_channel_websock_flush()
1093 if (wioc->io_err) { in qio_channel_websock_readv()
1140 if (wioc->io_err) { in qio_channel_websock_writev()
1145 if (wioc->io_eof) { in qio_channel_websock_writev()
[all …]
/qemu/ui/
H A Dvnc-ws.c125 QIOChannelWebsock *wioc; in vncws_handshake_io() local
137 wioc = qio_channel_websock_new_server(vs->ioc); in vncws_handshake_io()
138 qio_channel_set_name(QIO_CHANNEL(wioc), "vnc-ws-server-websock"); in vncws_handshake_io()
141 vs->ioc = QIO_CHANNEL(wioc); in vncws_handshake_io()
144 qio_channel_websock_handshake(wioc, in vncws_handshake_io()
/qemu/chardev/
H A Dchar-socket.c785 QIOChannelWebsock *wioc = NULL; in tcp_chr_websock_init() local
788 wioc = qio_channel_websock_new_server(s->ioc); in tcp_chr_websock_init()
791 qio_channel_set_name(QIO_CHANNEL(wioc), name); in tcp_chr_websock_init()
794 s->ioc = QIO_CHANNEL(wioc); in tcp_chr_websock_init()
796 qio_channel_websock_handshake(wioc, tcp_chr_websock_handshake, chr, NULL); in tcp_chr_websock_init()