Searched refs:contentSize (Results 1 – 2 of 2) sorted by relevance
715 contentSize=1; in main() local828 if (!strcmp(argument, "--content-size")) { contentSize = 1; continue; } in main()829 if (!strcmp(argument, "--no-content-size")) { contentSize = 0; continue; } in main()1307 FIO_setContentSize(prefs, contentSize); in main()1356 …(void)contentSize; (void)suffix; (void)adapt; (void)rsyncable; (void)ultra; (void)cLevel; (void)ld… in main()
321 int contentSize; member536 prefs->contentSize = value != 0; in FIO_setContentSize()960 …CHECK( ZSTD_CCtx_setParameter(ress.cctx, ZSTD_c_contentSizeFlag, prefs->contentSize) ); /* always… in FIO_createCResources()1208 prefs.frameInfo.contentSize = (srcFileSize==UTIL_FILESIZE_UNKNOWN) ? 0 : srcFileSize; in FIO_compressLz4Frame()