Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dcomplete_response_fields.hpp45 std::span<const uint8_t> spanIn(dataIn, strBody.size()); in attemptZstdCompression() local
48 zstdCompressor.compress(spanIn, more); in attemptZstdCompression()
H A Dhttp_body.hpp303 std::span<const uint8_t> spanIn( in getWithMaxSize()
307 zstdCompressor->compress(spanIn, ret.second); in getWithMaxSize()