Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/szfile/
D7z.h155 UInt32 *FolderStartFileIndex; member
Dszfile.c541 ix = pImp->mDB.FolderStartFileIndex[ixFolder]; in SZFILE_CreateArc()
545 ixe = pImp->mDB.FolderStartFileIndex[ixFolder+1]; in SZFILE_CreateArc()
571 ixe = pImp->mDB.FolderStartFileIndex[ixFolder+1]; in SZFILE_CreateArc()
D7zIn.c137 p->FolderStartFileIndex = 0; in SzArEx_Init()
147 IAlloc_Free(alloc, p->FolderStartFileIndex); in SzArEx_Free()
201 MY_ALLOC(UInt32, p->FolderStartFileIndex, p->db.NumFolders, alloc); in SzArEx_Fill()
223 p->FolderStartFileIndex[folderIndex] = i; in SzArEx_Fill()
1393 for (i = p->FolderStartFileIndex[folderIndex]; i < fileIndex; i++) in SzArEx_Extract()