Searched refs:buffer_append (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/include/qemu/ |
| H A D | buffer.h | 104 void buffer_append(Buffer *buffer, const void *data, size_t len);
|
| /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/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 | 1695 buffer_append(&vs->output, data, len); in vnc_write()
|