OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FIO_progressSetting_e
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/zstd/dist/programs/
fileio_types.h
23
typedef enum { FIO_ps_auto, FIO_ps_never, FIO_ps_always }
FIO_progressSetting_e
;
27
FIO_progressSetting_e
progressSetting;
fileio.h
95
void FIO_setProgressSetting(
FIO_progressSetting_e
progressSetting);
zstdcli.c
878
FIO_progressSetting_e
progress = FIO_ps_auto;
fileio.c
346
void FIO_setProgressSetting(
FIO_progressSetting_e
setting) { g_display_prefs.progressSetting = setting; }
Completed in 17 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026