Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.h152 bool UnexpecedEnd; member
178 UnexpecedEnd(false), in CArcErrorInfo()
201 || UnexpecedEnd in IsThereErrorOrWarning()
206 bool AreThereErrors() const { return ErrorFlags != 0 || UnexpecedEnd; } in AreThereErrors()
222 if (UnexpecedEnd) in GetErrorFlags()
H A DOpenArchive.cpp1239 UnexpecedEnd = false;
1312 ErrorInfo.UnexpecedEnd = true;

Completed in 5 milliseconds