Home
last modified time | relevance | path

Searched refs:contentSize (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/contrib/zstd/programs/
H A Dzstdcli.c807 contentSize=1; in main() local
921 if (!strcmp(argument, "--content-size")) { contentSize = 1; continue; } in main()
922 if (!strcmp(argument, "--no-content-size")) { contentSize = 0; continue; } in main()
1425 FIO_setContentSize(prefs, contentSize); in main()
1468 …(void)contentSize; (void)suffix; (void)adapt; (void)rsyncable; (void)ultra; (void)cLevel; (void)ld… in main()
H A Dfileio.c335 int contentSize; member
558 prefs->contentSize = value != 0; in FIO_setContentSize()
1016 …CHECK( ZSTD_CCtx_setParameter(ress.cctx, ZSTD_c_contentSizeFlag, prefs->contentSize) ); /* always… in FIO_createCResources()
1265 prefs.frameInfo.contentSize = (srcFileSize==UTIL_FILESIZE_UNKNOWN) ? 0 : srcFileSize; in FIO_compressLz4Frame()
1837 DISPLAY(" --%scontent-size", prefs->contentSize ? "" : "no-"); in FIO_displayCompressionParameters()