Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_body.hpp182 std::optional<ZstdCompressor> zstdCompressor; member in bmcweb::HttpBody::writer
213 zstdCompressor.emplace(); in writer()
214 if (!zstdCompressor->init(*size)) in writer()
217 zstdCompressor = std::nullopt; in writer()
300 if (zstdCompressor) in getWithMaxSize()
307 zstdCompressor->compress(spanIn, ret.second); in getWithMaxSize()
H A Dcomplete_response_fields.hpp37 bmcweb::ZstdCompressor zstdCompressor; in attemptZstdCompression() local
38 if (!zstdCompressor.init(strBody.size())) in attemptZstdCompression()
48 zstdCompressor.compress(spanIn, more); in attemptZstdCompression()