Home
last modified time | relevance | path

Searched refs:FIO_setNoProgress (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.h102 void FIO_setNoProgress(unsigned noProgress);
H A Dzstdcli.c847 if (!strcmp(argument, "--no-progress")) { FIO_setNoProgress(1); continue; } in main()
H A Dfileio.c417 void FIO_setNoProgress(unsigned noProgress) { g_display_prefs.noProgress = noProgress; } in FIO_setNoProgress() function