Searched refs:rsyncable (Results 1 – 10 of 10) sorted by relevance
93 void FIO_setRsyncable(FIO_prefs_t* const prefs, int rsyncable);
707 rsyncable = 0, in main() local844 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()
297 int rsyncable; member368 ret->rsyncable = 0; in FIO_createPreferences()467 void FIO_setRsyncable(FIO_prefs_t* const prefs, int rsyncable) { in FIO_setRsyncable() argument468 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()
178 --rsyncable : compress using a rsync-friendly method (-B sets block size)
163 * `--rsyncable` :
1240 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()
233 int rsyncable; member
727 CCtxParams->rsyncable = value; in ZSTD_CCtxParams_setParameter()728 return CCtxParams->rsyncable; in ZSTD_CCtxParams_setParameter()879 *value = CCtxParams->rsyncable; in ZSTD_CCtxParams_getParameter()
197 api : new --rsyncable mode, by @terrelln
10137 int rsyncable; member13750 CCtxParams->rsyncable = value; in ZSTD_CCtxParams_setParameter()13751 return CCtxParams->rsyncable; in ZSTD_CCtxParams_setParameter()13878 *value = CCtxParams->rsyncable; in ZSTD_CCtxParams_getParameter()