Searched refs:FIO_setPassThroughFlag (Results 1 – 3 of 3) sorted by relevance
103 void FIO_setPassThroughFlag(FIO_prefs_t* const prefs, int value);
923 …ompress; FIO_overwriteMode(prefs); forceStdout=1; followLinks=1; FIO_setPassThroughFlag(prefs, 1);… in main()924 …ompress; FIO_overwriteMode(prefs); forceStdout=1; followLinks=1; FIO_setPassThroughFlag(prefs, 1);… in main()930 …ompress; FIO_overwriteMode(prefs); forceStdout=1; followLinks=1; FIO_setPassThroughFlag(prefs, 1);… in main()980 … if (!strcmp(argument, "--pass-through")) { FIO_setPassThroughFlag(prefs, 1); continue; } in main()981 … if (!strcmp(argument, "--no-pass-through")) { FIO_setPassThroughFlag(prefs, 0); continue; } in main()
484 void FIO_setPassThroughFlag(FIO_prefs_t* const prefs, int value) { in FIO_setPassThroughFlag() function