Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_body.hpp174 using const_buffers_type = boost::asio::const_buffer; typedef in bmcweb::HttpBody::writer
208 boost::optional<std::pair<const_buffers_type, bool>> get( in get()
214 boost::optional<std::pair<const_buffers_type, bool>> getWithMaxSize( in getWithMaxSize()
217 std::pair<const_buffers_type, bool> ret; in getWithMaxSize()
222 ret.first = const_buffers_type(&body.str()[sent], toReturn); in getWithMaxSize()
261 ret.first = const_buffers_type(buf.data(), buf.size()); in getWithMaxSize()
265 ret.first = const_buffers_type(chunkView.data(), chunkView.size()); in getWithMaxSize()
270 std::optional<const_buffers_type> decompressed = in getWithMaxSize()