Home
last modified time | relevance | path

Searched defs:folderIndex (Results 1 – 5 of 5) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp386 HRESULT CHandler::SetMethodToProp(CNum folderIndex, PROPVARIANT *prop) const in SetMethodToProp()
594 const CNum folderIndex = _db.FileIndexToFolderIndexMap[index2]; in Z7_COM7F_IMF() local
640 const CNum folderIndex = _db.FileIndexToFolderIndexMap[index2]; in Z7_COM7F_IMF() local
652 const CNum folderIndex = _db.FileIndexToFolderIndexMap[index2]; in Z7_COM7F_IMF() local
D7zIn.cpp509 void CFolders::ParseFolderInfo(unsigned folderIndex, CFolder &folder) const in ParseFolderInfo()
1515 CNum folderIndex = 0; in FillLinks() local
D7zIn.h297 CNum folderIndex = FileIndexToFolderIndexMap[fileIndex]; in GetFilePackSize() local
/third_party/lzma/C/
D7zArcIn.c855 UInt64 SzAr_GetFolderUnpackSize(const CSzAr *p, UInt32 folderIndex) in SzAr_GetFolderUnpackSize()
1310 UInt32 folderIndex = 0; in SzReadHeader2() local
1662 const UInt32 folderIndex = p->FileToFolder[fileIndex]; in SzArEx_Extract() local
D7zDec.c606 SRes SzAr_DecodeFolder(const CSzAr *p, UInt32 folderIndex, in SzAr_DecodeFolder()