Searched refs:zstdDecompressor (Results 1 – 1 of 1) sorted by relevance
181 std::optional<ZstdDecompressor> zstdDecompressor; member in bmcweb::HttpBody::writer203 zstdDecompressor.emplace(); in writer()290 if (zstdDecompressor) in getWithMaxSize()293 zstdDecompressor->decompress(ret.first); in getWithMaxSize()