Home
last modified time | relevance | path

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

/third_party/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs207 bool stdInMode = parser[(int)Key.StdIn].ThereIs; in Main2()
211 if (stdInMode) in Main2()
253 bool eos = parser[(int)Key.EOS].ThereIs || stdInMode; in Main2()
299 if (eos || stdInMode) in Main2()
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp377 bool stdInMode = parser[NKey::kStdIn].ThereIs; in main2() local
457 if (stdInMode) needParams--; in main2()
476 if (stdInMode) in main2()
545 if (parser[NKey::kEOS].ThereIs || stdInMode) in main2()
653 bool eos = parser[NKey::kEOS].ThereIs || stdInMode; in main2()
717 if (eos || stdInMode) in main2()
/third_party/lzma/CPP/7zip/UI/Console/
DList.h26 bool stdInMode,
DList.cpp1049 bool stdInMode, in ListArchives() argument
1091 if (!stdInMode) in ListArchives()
1151 options.stdInMode = stdInMode; in ListArchives()
1217 if (!stdInMode) in ListArchives()
1276 if (stdInMode && res == E_INVALIDARG) in ListArchives()
1338 if (!stdInMode in ListArchives()
/third_party/lzma/CPP/7zip/UI/Common/
DOpenArchive.h131 bool stdInMode; member
142 stdInMode(false) in COpenOptions()
DExtract.cpp411 op.stdInMode = options.StdInMode; in Extract()
DOpenArchive.cpp3095 if (op.stdInMode) in OpenStreamOrFile()
3376 op2.stdInMode = false; in Open()
3408 if (!op.stream && !op.stdInMode) in Open2()
3506 op.stdInMode = false; in ReOpen()
DUpdate.cpp1328 op.stdInMode = false; in UpdateArchive()