Searched refs:NumFolders (Results 1 – 8 of 8) sorted by relevance
/external/lzma/ |
D | 7zFormat.txt | 45 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/ |
D | Extract.h | 55 UInt64 NumFolders; member 61 NumArchives = UnpackSize = PackSize = NumFolders = NumFiles = 0; in Clear()
|
D | ArchiveExtractCallback.h | 94 UInt64 NumFolders; variable 128 NumFolders = NumFiles = UnpackSize = 0; in InitForMulti()
|
D | Extract.cpp | 255 stat.NumFolders = extractCallbackSpec->NumFolders; in DecompressArchives()
|
D | ArchiveExtractCallback.cpp | 451 NumFolders++; in SetOperationResult()
|
/external/lzma/C/ |
D | 7zIn.c | 112 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()
|
D | 7z.h | 118 UInt32 NumFolders; member
|
/external/lzma/CPP/7zip/UI/Console/ |
D | Main.cpp | 450 if (stat.NumFolders != 0) in Main2() 451 stdStream << "Folders: " << stat.NumFolders << endl; in Main2() 452 if (stat.NumFiles != 1 || stat.NumFolders != 0) in Main2()
|