Home
last modified time | relevance | path

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

/lz4-3.4.0-2.7.6/programs/
Dlz4io.c114 int passThrough; member
164 ret->passThrough = 0; in LZ4IO_defaultPreferences()
197 prefs->passThrough = (yes!=0); in LZ4IO_setPassThrough()
198 return prefs->passThrough; in LZ4IO_setPassThrough()
1207 if (!prefs->testMode && prefs->overwrite && prefs->passThrough) { in selectDecoder()