Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.h187 || NeedTailWarning() in IsThereErrorOrWarning()
194 bool AreThereWarnings() const { return WarningFlags != 0 || NeedTailWarning(); } in AreThereWarnings()
196 bool NeedTailWarning() const { return !IgnoreTail && ThereIsTail; } in NeedTailWarning() function
201 if (NeedTailWarning() && (ErrorFlags & kpv_ErrorFlags_DataAfterEnd) == 0) in GetWarningFlags()