Searched refs:stdInMode (Results 1 - 8 of 8) sorted by relevance
/third_party/lzma/CS/7zip/Compress/LzmaAlone/ |
H A D | LzmaAlone.cs | 207 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 D | LzmaAlone.cpp | 375 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 D | List.h | 26 bool stdInMode,
|
H A D | List.cpp | 1051 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 D | OpenArchive.h | 131 bool stdInMode;
member 142 stdInMode(false)
in COpenOptions()
|
H A D | Extract.cpp | 413 op.stdInMode = options.StdInMode;
in Extract()
|
H A D | OpenArchive.cpp | 3086 if (op.stdInMode)
3368 op2.stdInMode = false;
3400 if (!op.stream && !op.stdInMode)
3499 op.stdInMode = false;
|
H A D | Update.cpp | 1256 op.stdInMode = false;
in UpdateArchive()
|
Completed in 13 milliseconds