Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_body.hpp181 std::optional<ZstdDecompressor> zstdDecompressor; member in bmcweb::HttpBody::writer
203 zstdDecompressor.emplace(); in writer()
290 if (zstdDecompressor) in getWithMaxSize()
293 zstdDecompressor->decompress(ret.first); in getWithMaxSize()