Searched refs:testMode (Results 1 – 2 of 2) sorted by relevance
322 int testMode; member394 ret->testMode = 0; in FIO_createPreferences()507 void FIO_setTestMode(FIO_prefs_t* const prefs, int testMode) { in FIO_setTestMode() argument508 prefs->testMode = (testMode!=0); in FIO_setTestMode()652 if (prefs->testMode) return NULL; /* do not open file in test mode */ in FIO_openDstFile()2068 if (prefs->testMode) return 0; /* do not output anything in test mode */ in FIO_fwriteSparse()2137 if (prefs->testMode) assert(storedSkips == 0); in FIO_fwriteSparseEnd()2635 if ((ress.dstFile == NULL) && (prefs->testMode==0)) { in FIO_decompressDstFile()2876 if (!prefs->testMode) { in FIO_decompressMultipleFilenames()2885 if ((!prefs->testMode) && (fclose(ress.dstFile))) in FIO_decompressMultipleFilenames()
100 void FIO_setTestMode(FIO_prefs_t* const prefs, int testMode);