Searched refs:ZSTD_compressCCtx (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/zstd/examples/ |
| H A D | multiple_simple_compression.c | 74 …size_t const cSize = ZSTD_compressCCtx(ress.cctx, ress.cBuffer, ress.cBufferSize, ress.fBuffer, fS… in compressFile_orDie()
|
| H A D | README.md | 18 Introduces usage of : `ZSTD_compressCCtx()`
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/include/ |
| H A D | zstd_compat_wrapper.h | 264 #define ZSTD_compressCCtx zfs_ZSTD_compressCCtx macro
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.h | 232 ZSTDLIB_API size_t ZSTD_compressCCtx(ZSTD_CCtx* cctx,
|
| H A D | zstd.c | 3292 ZSTDLIB_API size_t ZSTD_compressCCtx(ZSTD_CCtx* cctx, 16381 size_t ZSTD_compressCCtx(ZSTD_CCtx* cctx, in ZSTD_compressCCtx() function 16398 result = ZSTD_compressCCtx(&ctxBody, dst, dstCapacity, src, srcSize, compressionLevel); in ZSTD_compress()
|
| /f-stack/freebsd/contrib/zstd/lib/ |
| H A D | zstd.h | 212 ZSTDLIB_API size_t ZSTD_compressCCtx(ZSTD_CCtx* cctx,
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | zwrapbench.c | 251 rSize = ZSTD_compressCCtx (ctx, in BMK_benchMem()
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress.c | 3558 size_t ZSTD_compressCCtx(ZSTD_CCtx* cctx, in ZSTD_compressCCtx() function 3576 result = ZSTD_compressCCtx(cctx, dst, dstCapacity, src, srcSize, compressionLevel); in ZSTD_compress() 3581 result = ZSTD_compressCCtx(&ctxBody, dst, dstCapacity, src, srcSize, compressionLevel); in ZSTD_compress()
|