| /src/external/bsd/zstd/dist/programs/ |
| fileio_types.h | 44 int rsyncable; member in struct:FIO_prefs_s
|
| zstdcli.c | 239 DISPLAYOUT(" --rsyncable Compress using a rsync-friendly method (`-B` sets block size). \n"); 857 rsyncable = 0, local 1015 if (!strcmp(argument, "--rsyncable")) { rsyncable = 1; continue; } 1597 FIO_setRsyncable(prefs, rsyncable); 1629 (void)contentSize; (void)suffix; (void)adapt; (void)rsyncable;
|
| /src/external/bsd/zstd/dist/tests/ |
| zstreamtest.c | 3055 /* Enable rsyncable mode 1 in 4 times. */ 3057 int const rsyncable = (FUZ_rand(&lseed) % 4 == 0); local 3058 DISPLAYLEVEL(5, "t%u: rsyncable : %d \n", testNb, rsyncable); 3059 setCCtxParameter(zc, cctxParams, ZSTD_c_rsyncable, rsyncable, opaqueAPI);
|
| /src/external/bsd/zstd/dist/lib/compress/ |
| zstd_compress_internal.h | 384 int rsyncable; member in struct:ZSTD_CCtx_params_s
|