Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_body.hpp182 return getWithMaxSize(ec, std::numeric_limits<size_t>::max()); in get()
185 boost::optional<std::pair<const_buffers_type, bool>> getWithMaxSize( in getWithMaxSize() function in bmcweb::HttpBody::writer
H A Dhttp2_connection.hpp146 stream.writer->getWithMaxSize(ec, length); in fileReadCallback()