Searched refs:ZSTD_c_compressionLevel (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/contrib/zstd/examples/ |
| H A D | streaming_compression.c | 40 CHECK_ZSTD( ZSTD_CCtx_setParameter(cctx, ZSTD_c_compressionLevel, cLevel) ); in compressFile_orDie()
|
| H A D | streaming_memory_usage.c | 73 … CHECK_ZSTD( ZSTD_CCtxParams_setParameter(cctxParams, ZSTD_c_compressionLevel, compressionLevel) ); in main()
|
| H A D | multiple_streaming_compression.c | 45 CHECK_ZSTD( ZSTD_CCtx_setParameter(ress.cctx, ZSTD_c_compressionLevel, cLevel) ); in createResources_orDie()
|
| H A D | streaming_compression_thread_pool.c | 57 CHECK_ZSTD( ZSTD_CCtx_setParameter(cctx, ZSTD_c_compressionLevel, args->cLevel) ); in compressFile_orDie()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_compressor.c | 306 rc = ZSTD_CCtx_setParameter(dump_compressor, ZSTD_c_compressionLevel, in zstdio_init()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/ |
| H A D | zfs_zstd.c | 398 ZSTD_CCtx_setParameter(cctx, ZSTD_c_compressionLevel, zstd_level); in zfs_zstd_compress()
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress.c | 303 case ZSTD_c_compressionLevel: in ZSTD_cParam_getBounds() 499 case ZSTD_c_compressionLevel: in ZSTD_isUpdateAuthorized() 554 case ZSTD_c_compressionLevel: in ZSTD_CCtx_setParameter() 602 case ZSTD_c_compressionLevel : { in ZSTD_CCtxParams_setParameter() 812 case ZSTD_c_compressionLevel : in ZSTD_CCtxParams_getParameter() 4083 FORWARD_IF_ERROR( ZSTD_CCtx_setParameter(zcs, ZSTD_c_compressionLevel, compressionLevel) , ""); in ZSTD_initCStream_usingDict() 4098 FORWARD_IF_ERROR( ZSTD_CCtx_setParameter(zcs, ZSTD_c_compressionLevel, compressionLevel) , ""); in ZSTD_initCStream_srcSize() 4108 FORWARD_IF_ERROR( ZSTD_CCtx_setParameter(zcs, ZSTD_c_compressionLevel, compressionLevel) , ""); in ZSTD_initCStream()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.h | 296 … ZSTD_c_compressionLevel=100, /* Set compression parameters according to pre-defined cLevel table. enumerator
|
| H A D | zstd.c | 3356 … ZSTD_c_compressionLevel=100, /* Set compression parameters according to pre-defined cLevel table. enumerator 13358 case ZSTD_c_compressionLevel: in ZSTD_cParam_getBounds() 13533 case ZSTD_c_compressionLevel: in ZSTD_isUpdateAuthorized() 13583 case ZSTD_c_compressionLevel: in ZSTD_CCtx_setParameter() 13626 case ZSTD_c_compressionLevel : { in ZSTD_CCtxParams_setParameter() 13811 case ZSTD_c_compressionLevel : in ZSTD_CCtxParams_getParameter() 16845 FORWARD_IF_ERROR( ZSTD_CCtx_setParameter(zcs, ZSTD_c_compressionLevel, compressionLevel) , ""); in ZSTD_initCStream_usingDict() 16860 FORWARD_IF_ERROR( ZSTD_CCtx_setParameter(zcs, ZSTD_c_compressionLevel, compressionLevel) , ""); in ZSTD_initCStream_srcSize() 16870 FORWARD_IF_ERROR( ZSTD_CCtx_setParameter(zcs, ZSTD_c_compressionLevel, compressionLevel) , ""); in ZSTD_initCStream()
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | fileio.c | 964 CHECK( ZSTD_CCtx_setParameter(ress.cctx, ZSTD_c_compressionLevel, cLevel) ); in FIO_createCResources() 1456 … ZSTD_CCtx_setParameter(ress.cctx, ZSTD_c_compressionLevel, compressionLevel); in FIO_compressZstdFrame() 1463 … ZSTD_CCtx_setParameter(ress.cctx, ZSTD_c_compressionLevel, compressionLevel); in FIO_compressZstdFrame()
|
| H A D | benchzstd.c | 177 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_compressionLevel, cLevel)); in BMK_initCCtx()
|
| /f-stack/freebsd/contrib/zstd/lib/ |
| H A D | zstd.h | 276 … ZSTD_c_compressionLevel=100, /* Set compression parameters according to pre-defined cLevel table. enumerator
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | CHANGELOG | 41 api : Fix ZSTD_CCtx_setParameter() with ZSTD_c_compressionLevel to make 0 mean default level, by @i…
|