Home
last modified time | relevance | path

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

/external/lzma/
D7zFormat.txt45 NumFolders
46 Folders[NumFolders]
66 CRCs[NumFolders]
70 NumUnPackStreamsInFolders[NumFolders];
290 UINT64 NumFolders
295 Folders[NumFolders]
309 UnPackDigests[NumFolders]
324 UINT64 NumUnPackStreamsInFolders[NumFolders];
/external/lzma/CPP/7zip/UI/Common/
DExtract.h55 UInt64 NumFolders; member
61 NumArchives = UnpackSize = PackSize = NumFolders = NumFiles = 0; in Clear()
DArchiveExtractCallback.h94 UInt64 NumFolders; variable
128 NumFolders = NumFiles = UnpackSize = 0; in InitForMulti()
DExtract.cpp255 stat.NumFolders = extractCallbackSpec->NumFolders; in DecompressArchives()
DArchiveExtractCallback.cpp451 NumFolders++; in SetOperationResult()
/external/lzma/C/
D7zIn.c112 p->NumFolders = 0; in SzAr_Init()
120 for (i = 0; i < p->NumFolders; i++) in SzAr_Free()
186 MY_ALLOC(UInt32, p->FolderStartPackStreamIndex, p->db.NumFolders, alloc); in SzArEx_Fill()
187 for (i = 0; i < p->db.NumFolders; i++) in SzArEx_Fill()
201 MY_ALLOC(UInt32, p->FolderStartFileIndex, p->db.NumFolders, alloc); in SzArEx_Fill()
221 if (folderIndex >= p->db.NumFolders) in SzArEx_Fill()
891 RINOK(SzReadUnpackInfo(sd, &p->NumFolders, &p->Folders, alloc, allocTemp)); in SzReadStreamsInfo()
896 RINOK(SzReadSubStreamsInfo(sd, p->NumFolders, p->Folders, in SzReadStreamsInfo()
1170 if (p->NumFolders != 1) in SzReadAndDecodePackedStreams2()
D7z.h118 UInt32 NumFolders; member
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp450 if (stat.NumFolders != 0) in Main2()
451 stdStream << "Folders: " << stat.NumFolders << endl; in Main2()
452 if (stat.NumFiles != 1 || stat.NumFolders != 0) in Main2()