Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.h148 bool ThereIsTail; member
174 ThereIsTail(false), in CArcErrorInfo()
206 bool NeedTailWarning() const { return !IgnoreTail && ThereIsTail; } in NeedTailWarning()
DOpenArchive.cpp1184 ThereIsTail = false; in ClearErrors()
1254 ErrorInfo.ThereIsTail = true; in ReadBasicProps()
1948 bool thereIsTail = ErrorInfo.ThereIsTail; in OpenStream2()
2200 if (!ErrorInfo.ThereIsTail) in OpenStream2()
2786 bool thereIsTail = ErrorInfo.ThereIsTail; in OpenStream2()
DUpdate.cpp1223 if (arc.ErrorInfo.ThereIsTail) in UpdateArchive()