Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dzstd_lib.h2393 ZSTDLIB_STATIC_API size_t ZSTD_compressEnd(ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, const vo…
/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress.c4540 size_t ZSTD_compressEnd (ZSTD_CCtx* cctx, in ZSTD_compressEnd() function
4594 return ZSTD_compressEnd(cctx, dst, dstCapacity, src, srcSize); in ZSTD_compress_advanced_internal()
5003 return ZSTD_compressEnd(cctx, dst, dstCapacity, src, srcSize); in ZSTD_compress_usingCDict_internal()
5248 size_t const cSize = ZSTD_compressEnd(zcs, in ZSTD_compressStream_generic()
5294 ZSTD_compressEnd(zcs, cDst, oSize, in ZSTD_compressStream_generic()
5313 ZSTD_compressEnd(zcs, cDst, oSize, ip, iSize) : in ZSTD_compressStream_generic()