Searched refs:buffer_copy (Results 1 – 6 of 6) sorted by relevance
/openbmc/bmcweb/http/ |
H A D | websocket_impl.hpp | 131 outBuffer.commit(boost::asio::buffer_copy(outBuffer.prepare(msg.size()), in sendBinary() 174 outBuffer.commit(boost::asio::buffer_copy(outBuffer.prepare(msg.size()), in sendText()
|
H A D | server_sent_event_impl.hpp | 219 size_t copied = boost::asio::buffer_copy( in dataFormat()
|
H A D | http2_connection.hpp | 169 size_t copied = boost::asio::buffer_copy(writeableBuf, out->first); in fileReadCallback()
|
/openbmc/bmcweb/include/ |
H A D | kvm_websocket.hpp | 67 size_t copied = boost::asio::buffer_copy( in onMessage()
|
H A D | vm_websocket.hpp | 304 size_t copied = boost::asio::buffer_copy( in send() 616 size_t copied = boost::asio::buffer_copy( in requestRoutes()
|
/openbmc/linux/drivers/media/usb/cx231xx/ |
H A D | cx231xx-417.c | 1237 static void buffer_copy(struct cx231xx *dev, char *data, int len, struct urb *urb, in buffer_copy() function 1324 buffer_copy(dev, dma_q->p_left_data, in cx231xx_isoc_copy() 1335 buffer_copy(dev, p_buffer, buffer_size, urb, dma_q); in cx231xx_isoc_copy()
|