Searched refs:buffer_append (Results 1 – 7 of 7) 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() 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() 838 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 | vdagent.c | 181 buffer_append(&vd->outbuf, &chunk, sizeof(chunk)); in vdagent_send_msg() 182 buffer_append(&vd->outbuf, msgbuf + msgoff, chunk.size); in vdagent_send_msg()
|
H A D | vnc-auth-sasl.c | 163 buffer_append(&vs->input, decoded, decodedLen); in vnc_client_read_sasl()
|
H A D | vnc.c | 1699 buffer_append(&vs->output, data, len); in vnc_write()
|