Home
last modified time | relevance | path

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

/third_party/lzma/CS/7zip/Compress/LzmaAlone/
H A 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/
H A DLzmaAlone.cpp375 bool stdInMode = parser[NKey::kStdIn].ThereIs;
455 if (stdInMode) needParams--;
474 if (stdInMode)
543 if (parser[NKey::kEOS].ThereIs || stdInMode)
651 bool eos = parser[NKey::kEOS].ThereIs || stdInMode;
715 if (eos || stdInMode)
/third_party/lzma/CPP/7zip/UI/Console/
H A DList.h26 bool stdInMode,
H A DList.cpp1051 bool stdInMode, in ListArchives()
1093 if (!stdInMode) in ListArchives()
1153 options.stdInMode = stdInMode; in ListArchives()
1219 if (!stdInMode) in ListArchives()
1278 if (stdInMode && res == E_INVALIDARG) in ListArchives()
1340 if (!stdInMode in ListArchives()
1046 ListArchives( const CListOptions &listOptions, CCodecs *codecs, const CObjectVector<COpenType> &types, const CIntVector &excludedFormats, bool stdInMode, UStringVector &arcPaths, UStringVector &arcPathsFull, bool processAltStreams, bool showAltStreams, const NWildcard::CCensorNode &wildcardCensor, bool enableHeaders, bool techMode, bool &passwordEnabled, UString &password, const CObjectVector<CProperty> *props, UInt64 &numErrors, UInt64 &numWarnings) ListArchives() argument
/third_party/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.h131 bool stdInMode; member
142 stdInMode(false) in COpenOptions()
H A DExtract.cpp413 op.stdInMode = options.StdInMode; in Extract()
H A DOpenArchive.cpp3086 if (op.stdInMode)
3368 op2.stdInMode = false;
3400 if (!op.stream && !op.stdInMode)
3499 op.stdInMode = false;
H A DUpdate.cpp1256 op.stdInMode = false; in UpdateArchive()

Completed in 13 milliseconds