Home
last modified time | relevance | path

Searched refs:rsyncable (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.h93 void FIO_setRsyncable(FIO_prefs_t* const prefs, int rsyncable);
H A Dzstdcli.c707 rsyncable = 0, in main() local
844 if (!strcmp(argument, "--rsyncable")) { rsyncable = 1; continue; } in main()
1319 FIO_setRsyncable(prefs, rsyncable); in main()
1356 …(void)contentSize; (void)suffix; (void)adapt; (void)rsyncable; (void)ultra; (void)cLevel; (void)ld… in main()
H A Dfileio.c297 int rsyncable; member
368 ret->rsyncable = 0; in FIO_createPreferences()
467 void FIO_setRsyncable(FIO_prefs_t* const prefs, int rsyncable) { in FIO_setRsyncable() argument
468 if ((rsyncable>0) && (prefs->nbWorkers==0)) in FIO_setRsyncable()
470 prefs->rsyncable = rsyncable; in FIO_setRsyncable()
998 CHECK( ZSTD_CCtx_setParameter(ress.cctx, ZSTD_c_rsyncable, prefs->rsyncable) ); in FIO_createCResources()
H A DREADME.md178 --rsyncable : compress using a rsync-friendly method (-B sets block size)
H A Dzstd.1.md163 * `--rsyncable` :
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1240 if (params.rsyncable) { in ZSTDMT_initCStream_internal()
1668 if (!mtctx->params.rsyncable) in findSynchronizationPoint()
1792 …inBuff.filled == 0 || mtctx->inBuff.filled == mtctx->targetSectionSize || mtctx->params.rsyncable); in ZSTDMT_compressStream_generic()
H A Dzstd_compress_internal.h233 int rsyncable; member
H A Dzstd_compress.c727 CCtxParams->rsyncable = value; in ZSTD_CCtxParams_setParameter()
728 return CCtxParams->rsyncable; in ZSTD_CCtxParams_setParameter()
879 *value = CCtxParams->rsyncable; in ZSTD_CCtxParams_getParameter()
/f-stack/freebsd/contrib/zstd/
H A DCHANGELOG197 api : new --rsyncable mode, by @terrelln
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10137 int rsyncable; member
13750 CCtxParams->rsyncable = value; in ZSTD_CCtxParams_setParameter()
13751 return CCtxParams->rsyncable; in ZSTD_CCtxParams_setParameter()
13878 *value = CCtxParams->rsyncable; in ZSTD_CCtxParams_getParameter()