Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h1512 #define ZSTD_c_rsyncable ZSTD_c_experimentalParam1 macro
H A Dzstd.c4572 #define ZSTD_c_rsyncable ZSTD_c_experimentalParam1 macro
13467 case ZSTD_c_rsyncable: in ZSTD_cParam_getBounds()
13551 case ZSTD_c_rsyncable: in ZSTD_isUpdateAuthorized()
13601 case ZSTD_c_rsyncable: in ZSTD_CCtx_setParameter()
13744 case ZSTD_c_rsyncable : in ZSTD_CCtxParams_setParameter()
13874 case ZSTD_c_rsyncable : in ZSTD_CCtxParams_getParameter()
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h1629 #define ZSTD_c_rsyncable ZSTD_c_experimentalParam1 macro
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c417 case ZSTD_c_rsyncable: in ZSTD_cParam_getBounds()
517 case ZSTD_c_rsyncable: in ZSTD_isUpdateAuthorized()
572 case ZSTD_c_rsyncable: in ZSTD_CCtx_setParameter()
721 case ZSTD_c_rsyncable : in ZSTD_CCtxParams_setParameter()
875 case ZSTD_c_rsyncable : in ZSTD_CCtxParams_getParameter()
/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.c998 CHECK( ZSTD_CCtx_setParameter(ress.cctx, ZSTD_c_rsyncable, prefs->rsyncable) ); in FIO_createCResources()