Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Archive/7z/
D7zExtract.cpp248 CNum folderIndex = _db.FileIndexToFolderIndexMap[fileIndex]; in Extract() local
306 CNum folderIndex = _db.FileIndexToFolderIndexMap[fileIndex]; in Extract() local
D7zHandler.cpp381 HRESULT CHandler::SetMethodToProp(CNum folderIndex, PROPVARIANT *prop) const in SetMethodToProp()
579 CNum folderIndex = _db.FileIndexToFolderIndexMap[index2]; in GetProperty() local
625 CNum folderIndex = _db.FileIndexToFolderIndexMap[index2]; in GetProperty() local
D7zDecode.cpp224 const CFolders &folders, unsigned folderIndex, in Decode()
D7zIn.cpp459 void CFolders::ParseFolderInfo(unsigned folderIndex, CFolder &folder) const in ParseFolderInfo()
1468 CNum folderIndex = 0; in FillLinks() local
D7zIn.h297 CNum folderIndex = FileIndexToFolderIndexMap[fileIndex]; in GetFilePackSize() local
D7zUpdate.cpp2028 unsigned folderIndex = rep.FolderIndex; in Update() local
/third_party/lzma/C/
D7zArcIn.c845 UInt64 SzAr_GetFolderUnpackSize(const CSzAr *p, UInt32 folderIndex) in SzAr_GetFolderUnpackSize()
1300 UInt32 folderIndex = 0; in SzReadHeader2() local
1659 UInt32 folderIndex = p->FileToFolder[fileIndex]; in SzArEx_Extract() local
D7zDec.c558 SRes SzAr_DecodeFolder(const CSzAr *p, UInt32 folderIndex, in SzAr_DecodeFolder()