HomeSort by relevance Sort by last modified time
    Searched refs:NumFolders (Results 1 - 14 of 14) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
Extract.h 69 UInt64 NumFolders;
75 NumArchives = UnpackSize = AltStreams_UnpackSize = PackSize = NumFolders = NumFiles = NumAltStreams = 0;
ArchiveExtractCallback.h 227 UInt64 NumFolders;
254 NumFolders = NumFiles = NumAltStreams = UnpackSize = AltStreams_UnpackSize = 0;
Extract.cpp 467 stat.NumFolders = ecs->NumFolders;
ArchiveExtractCallback.cpp 1079 NumFolders++;
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp 681 CNum numFolders = ReadNum();
688 folders.NumFolders = numFolders;
690 folders.FoStartPackStreamIndex.Alloc(numFolders + 1);
691 folders.FoToMainUnpackSizeIndex.Alloc(numFolders);
692 folders.FoCodersDataOffset.Alloc(numFolders + 1);
693 folders.FoToCoderUnpackSizes.Alloc(numFolders + 1);
701 for (fo = 0; fo < numFolders; fo++)
838 ReadHashDigests(numFolders, folders.FolderCRCs);
850 folders.NumUnpackStreamsVector.Alloc(folders.NumFolders);
    [all...]
7zIn.h 45 CNum NumFolders;
50 CUInt32DefVector FolderCRCs; // NumFolders
51 CObjArray<CNum> NumUnpackStreamsVector; // NumFolders
54 CObjArray<CNum> FoToCoderUnpackSizes; // NumFolders + 1
55 CObjArray<CNum> FoStartPackStreamIndex; // NumFolders + 1
56 CObjArray<Byte> FoToMainUnpackSizeIndex; // NumFolders
58 CObjArray<size_t> FoCodersDataOffset; // NumFolders + 1
86 NumFolders = 0;
143 for (CNum i = 0; i < NumFolders; i++)
7zHandler.cpp 214 case kpidNumBlocks: prop = (UInt32)_db.NumFolders; break;
7zUpdate.cpp 804 for (i = 0; i < (int)db->NumFolders; i++)
    [all...]
  /external/lzma/CPP/7zip/UI/GUI/
ExtractGUI.cpp 119 if (Stat.NumFolders != 0)
120 AddValuePair(s, IDS_PROP_FOLDERS, Stat.NumFolders);
  /external/lzma/C/
7zArcIn.c 93 p->NumFolders = 0;
672 UInt32 fo, numFolders, numCodersOutStreams, packStreamIndex;
677 RINOK(SzReadNumber32(sd2, &numFolders));
678 if (p->NumFolders > numFoldersMax)
680 p->NumFolders = numFolders;
695 MY_ALLOC(size_t, p->FoCodersOffsets, (size_t)numFolders + 1, alloc);
696 MY_ALLOC(size_t, p->FoSizesOffsets, (size_t)numFolders + 1, alloc);
697 MY_ALLOC(UInt32, p->FoStartPackStreamIndex, (size_t)numFolders + 1, alloc);
704 for (fo = 0; fo < numFolders; fo++)
    [all...]
7z.h 95 UInt32 NumFolders;
  /external/lzma/CPP/7zip/UI/FileManager/
ExtractCallback.h 284 UInt64 NumFolders;
ExtractCallback.cpp 45 NumFolders = NumFiles = 0;
312 NumFolders++;
  /external/lzma/CPP/7zip/UI/Console/
Main.cpp 766 if (stat.NumFolders != 0)
767 stdStream << "Folders: " << stat.NumFolders << endl;
768 if (stat.NumFiles != 1 || stat.NumFolders != 0 || stat.NumAltStreams != 0)

Completed in 395 milliseconds