Searched refs:buffer_append (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/util/ |
| H A D | buffer.c | 125 void buffer_append(Buffer *buffer, const void *data, size_t len) in buffer_append() function 167 buffer_append(to, from->buffer, from->offset); in buffer_move()
|
| /openbmc/qemu/include/qemu/ |
| H A D | buffer.h | 104 void buffer_append(Buffer *buffer, const void *data, size_t len);
|
| /openbmc/qemu/io/ |
| H A D | channel-websock.c | 173 buffer_append(&ioc->encoutput, response, responselen); in qio_channel_websock_handshake_send_res() 646 buffer_append(&ioc->encoutput, header.buf, header_size); in qio_channel_websock_encode() 652 buffer_append(&ioc->encoutput, iov[i].iov_base, want); in qio_channel_websock_encode() 841 buffer_append(&ioc->rawinput, ioc->encinput.buffer, payload_len); in qio_channel_websock_decode_payload()
|
| /openbmc/qemu/hw/char/ |
| H A D | xen_console.c | 64 static bool buffer_append(XenConsole *con) in OBJECT_DECLARE_SIMPLE_TYPE() 197 done_something = buffer_append(con); in con_event()
|
| /openbmc/qemu/ui/ |
| H A D | vnc-auth-sasl.c | 163 buffer_append(&vs->input, decoded, decodedLen); in vnc_client_read_sasl()
|
| H A D | vnc.c | 1694 buffer_append(&vs->output, data, len); in vnc_write()
|