Home
last modified time | relevance | path

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

/openbmc/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()
540 (char *)wioc->encoutput.buffer, in qio_channel_websock_handshake_send()
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()
642 buffer_reserve(&ioc->encoutput, header_size + size); in qio_channel_websock_encode()
643 buffer_append(&ioc->encoutput, header.buf, header_size); in qio_channel_websock_encode()
649 buffer_append(&ioc->encoutput, iov[i].iov_base, want); in qio_channel_websock_encode()
865 ioc->pong_remain = ioc->encoutput.offset; in qio_channel_websock_decode_payload()
[all …]
/openbmc/qemu/include/io/
H A Dchannel-websock.h59 Buffer encoutput; member