Searched refs:FIO_prefs_t (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | fileio.h | 58 typedef struct FIO_prefs_s FIO_prefs_t; typedef 60 FIO_prefs_t* FIO_createPreferences(void); 61 void FIO_freePreferences(FIO_prefs_t* const prefs); 76 void FIO_overwriteMode(FIO_prefs_t* const prefs); 78 void FIO_setAdaptMin(FIO_prefs_t* const prefs, int minCLevel); 79 void FIO_setAdaptMax(FIO_prefs_t* const prefs, int maxCLevel); 80 void FIO_setBlockSize(FIO_prefs_t* const prefs, int blockSize); 97 void FIO_setTestMode(FIO_prefs_t* const prefs, int testMode); 99 FIO_prefs_t* const prefs, 106 void FIO_setContentSize(FIO_prefs_t* const prefs, int value); [all …]
|
| H A D | fileio.c | 352 FIO_prefs_t* FIO_createPreferences(void) in FIO_createPreferences() 354 FIO_prefs_t* const ret = (FIO_prefs_t*)malloc(sizeof(FIO_prefs_t)); in FIO_createPreferences() 400 void FIO_freePreferences(FIO_prefs_t* const prefs) in FIO_freePreferences() 490 FIO_prefs_t* const prefs, in FIO_setLiteralCompressionMode() 1281 FIO_prefs_t* const prefs, in FIO_compressZstdFrame() 1492 FIO_prefs_t* const prefs, in FIO_compressFilename_internal() 1665 FIO_prefs_t* const prefs, in FIO_compressFilename_srcFile() 1927 const FIO_prefs_t* const prefs, in FIO_fwriteSparse() 2055 FIO_zstdErrorHelp(const FIO_prefs_t* const prefs, in FIO_zstdErrorHelp() 2174 const FIO_prefs_t* const prefs, in FIO_decompressGzFrame() [all …]
|
| H A D | zstdcli.c | 720 FIO_prefs_t* const prefs = FIO_createPreferences(); in main()
|