Home
last modified time | relevance | path

Searched refs:numPackStreams (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp490 const UInt32 numPackStreams = numInStreams - numBonds; in ParseFolder() local
491 folder.PackStreams.SetSize(numPackStreams); in ParseFolder()
493 if (numPackStreams == 1) in ParseFolder()
505 for (i = 0; i < numPackStreams; i++) in ParseFolder()
689 const CNum numPackStreams = ReadNum(); in ReadPackInfo() local
692 f.PackPositions.Alloc(numPackStreams + 1); in ReadPackInfo()
693 f.NumPackStreams = numPackStreams; in ReadPackInfo()
695 for (CNum i = 0; i < numPackStreams; i++) in ReadPackInfo()
703 f.PackPositions[numPackStreams] = sum; in ReadPackInfo()
714 ReadHashDigests(numPackStreams, PackCRC in ReadPackInfo()
750 UInt32 numPackStreams = 0; ReadUnpackInfo() local
[all...]
/third_party/lzma/C/
H A D7zArcIn.c404 const UInt32 numPackStreams = p->NumPackStreams; in ReadPackInfo() local
405 for (i = 0; i < numPackStreams; i++) in ReadPackInfo()
534 UInt32 numBonds, numPackStreams; in SzGetNextFolderItem() local
543 numPackStreams = numInStreams - numBonds; in SzGetNextFolderItem()
544 if (numPackStreams > SZ_NUM_PACK_STREAMS_IN_FOLDER_MAX) in SzGetNextFolderItem()
546 f->NumPackStreams = numPackStreams; in SzGetNextFolderItem()
584 if (numPackStreams == 1) in SzGetNextFolderItem()
594 for (i = 0; i < numPackStreams; i++) in SzGetNextFolderItem()
739 UInt32 numPackStreams = 1; in ReadUnpackInfo() local
774 numPackStreams in ReadUnpackInfo()
[all...]

Completed in 4 milliseconds