Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.h139 bool UnexpecedEnd; member
165 UnexpecedEnd(false), in CArcErrorInfo()
188 || UnexpecedEnd in IsThereErrorOrWarning()
193 bool AreThereErrors() const { return ErrorFlags != 0 || UnexpecedEnd; } in AreThereErrors()
209 if (UnexpecedEnd) in GetErrorFlags()
DOpenArchive.cpp951 UnexpecedEnd = false; in ClearErrors()
1024 ErrorInfo.UnexpecedEnd = true; in ReadBasicProps()