Searched refs:ZSTD_compressContinue_internal (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zstd/include/ |
| H A D | zstd_compat_wrapper.h | 266 #define ZSTD_compressContinue_internal zfs_ZSTD_compressContinue_internal macro
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress.c | 2988 static size_t ZSTD_compressContinue_internal (ZSTD_CCtx* cctx, in ZSTD_compressContinue_internal() function 3053 …return ZSTD_compressContinue_internal(cctx, dst, dstCapacity, src, srcSize, 1 /* frame mode */, 0 … in ZSTD_compressContinue() 3070 …return ZSTD_compressContinue_internal(cctx, dst, dstCapacity, src, srcSize, 0 /* frame mode */, 0 … in ZSTD_compressBlock() 3479 size_t const cSize = ZSTD_compressContinue_internal(cctx, in ZSTD_compressEnd()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 15816 static size_t ZSTD_compressContinue_internal (ZSTD_CCtx* cctx, in ZSTD_compressContinue_internal() function 15881 …return ZSTD_compressContinue_internal(cctx, dst, dstCapacity, src, srcSize, 1 /* frame mode */, 0 … in ZSTD_compressContinue() 15898 …return ZSTD_compressContinue_internal(cctx, dst, dstCapacity, src, srcSize, 0 /* frame mode */, 0 … in ZSTD_compressBlock() 16301 size_t const cSize = ZSTD_compressContinue_internal(cctx, in ZSTD_compressEnd()
|