Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.h149 bool UnexpecedEnd; member
175 UnexpecedEnd(false), in CArcErrorInfo()
198 || UnexpecedEnd in IsThereErrorOrWarning()
203 bool AreThereErrors() const { return ErrorFlags != 0 || UnexpecedEnd; } in AreThereErrors()
219 if (UnexpecedEnd) in GetErrorFlags()
DOpenArchive.cpp1185 UnexpecedEnd = false; in ClearErrors()
1258 ErrorInfo.UnexpecedEnd = true; in ReadBasicProps()