Home
last modified time | relevance | path

Searched refs:ZSTD_c_rsyncable (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h1488 #define ZSTD_c_rsyncable ZSTD_c_experimentalParam1 macro
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c384 case ZSTD_c_rsyncable: in ZSTD_cParam_getBounds()
468 case ZSTD_c_rsyncable: in ZSTD_isUpdateAuthorized()
518 case ZSTD_c_rsyncable: in ZSTD_CCtx_setParameter()
661 case ZSTD_c_rsyncable : in ZSTD_CCtxParams_setParameter()
791 case ZSTD_c_rsyncable : in ZSTD_CCtxParams_getParameter()
/freebsd/sys/contrib/zstd/lib/
H A Dzstd.h1732 #define ZSTD_c_rsyncable ZSTD_c_experimentalParam1 macro
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c506 case ZSTD_c_rsyncable: in ZSTD_cParam_getBounds()
621 case ZSTD_c_rsyncable: in ZSTD_isUpdateAuthorized()
679 case ZSTD_c_rsyncable: in ZSTD_CCtx_setParameter()
831 case ZSTD_c_rsyncable : in ZSTD_CCtxParams_setParameter()
1000 case ZSTD_c_rsyncable : in ZSTD_CCtxParams_getParameter()
/freebsd/sys/contrib/zstd/programs/
H A Dfileio.c1055 CHECK( ZSTD_CCtx_setParameter(ress.cctx, ZSTD_c_rsyncable, prefs->rsyncable) ); in FIO_createCResources()