Home
last modified time | relevance | path

Searched refs:kpv_ErrorFlags_UnexpectedEnd (Results 1 - 5 of 5) sorted by relevance

/third_party/lzma/CPP/7zip/
H A DPropID.h128 const UInt32 kpv_ErrorFlags_UnexpectedEnd = 1 << 5; variable
/third_party/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.h223 a |= kpv_ErrorFlags_UnexpectedEnd; in GetErrorFlags()
/third_party/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp216 if (_needMoreInput) v |= kpv_ErrorFlags_UnexpectedEnd; in GetArchiveProperty()
H A DXzHandler.cpp373 if (sres == SZ_ERROR_INPUT_EOF) v |= kpv_ErrorFlags_UnexpectedEnd; in GetArchiveProperty()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zHandler.cpp262 if (_db.UnexpectedEnd) v |= kpv_ErrorFlags_UnexpectedEnd; in GetArchiveProperty()

Completed in 6 milliseconds