Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp235 static AString GetCheckString(const CXzs &xzs) in GetCheckString() argument
239 for (i = 0; i < xzs.num; i++) in GetCheckString()
240 mask |= ((UInt32)1 << XzFlags_GetCheckType(xzs.streams[i].flags)); in GetCheckString()
334 CXzsCPP xzs; in Open2() local
335 SRes res = Xzs_ReadBackward(&xzs.p, &lookStream.s, &_startPosition, &openWrap.p, &g_Alloc); in Open2()
336 if (res == SZ_ERROR_NO_ARCHIVE && xzs.p.num > 0) in Open2()
341 _unpackSize = Xzs_GetUnpackSize(&xzs.p); in Open2()
343 _numBlocks = (UInt64)Xzs_GetNumBlocks(&xzs.p); in Open2()
363 AddString(_methodsString, GetCheckString(xzs.p)); in Open2()