Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h216 bool UnexpectedEnd; member
237 UnexpectedEnd = false; in Clear()
263 || UnexpectedEnd in CanUpdate()
D7zHandler.cpp233 if (_db.UnexpectedEnd) v |= kpv_ErrorFlags_UnexpectedEnd; in GetArchiveProperty()
D7zIn.cpp1578 db.UnexpectedEnd = true; in ReadDatabase2()
/external/python/cpython3/Objects/stringlib/
Dcodecs.h577 goto UnexpectedEnd; in STRINGLIB()
597 UnexpectedEnd: in STRINGLIB()