Home
last modified time | relevance | path

Searched refs:encoutput (Results 1 – 2 of 2) sorted by relevance

/qemu/io/
H A Dchannel-websock.c172 buffer_reserve(&ioc->encoutput, responselen); in qio_channel_websock_handshake_send_res()
173 buffer_append(&ioc->encoutput, response, responselen); in qio_channel_websock_handshake_send_res()
541 wioc->encoutput.offset, in qio_channel_websock_handshake_send()
551 buffer_advance(&wioc->encoutput, ret); in qio_channel_websock_handshake_send()
552 if (wioc->encoutput.offset == 0) { in qio_channel_websock_handshake_send()
865 ioc->pong_remain = ioc->encoutput.offset; in qio_channel_websock_decode_payload()
923 buffer_free(&ioc->encoutput); in qio_channel_websock_finalize()
982 while (ioc->encoutput.offset > 0) { in qio_channel_websock_write_wire()
985 ioc->encoutput.offset, in qio_channel_websock_write_wire()
995 buffer_advance(&ioc->encoutput, ret); in qio_channel_websock_write_wire()
[all …]
/qemu/include/io/
H A Dchannel-websock.h59 Buffer encoutput; member