Searched refs:ZSTD_compressContinue_internal (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/lib/zstd/compress/ |
H A D | zstd_compress.c | 4020 static size_t ZSTD_compressContinue_internal (ZSTD_CCtx* cctx, in ZSTD_compressContinue_internal() function 4086 …return ZSTD_compressContinue_internal(cctx, dst, dstCapacity, src, srcSize, 1 /* frame mode */, 0 … in ZSTD_compressContinue() 4103 …return ZSTD_compressContinue_internal(cctx, dst, dstCapacity, src, srcSize, 0 /* frame mode */, 0 … in ZSTD_compressBlock() 4545 size_t const cSize = ZSTD_compressContinue_internal(cctx, in ZSTD_compressEnd()
|