Home
last modified time | relevance | path

Searched refs:NumPackStreams (Results 1 – 6 of 6) sorted by relevance

/third_party/lzma/DOC/
D7zFormat.txt39 NumPackStreams
40 Sizes[NumPackStreams]
41 CRCs[NumPackStreams]
222 UINT64 NumPackStreams
226 UINT64 PackSizes[NumPackStreams]
231 PackStreamDigests[NumPackStreams]
/third_party/lzma/C/
D7z.h46 UInt32 NumPackStreams; member
81 UInt32 NumPackStreams; member
D7zArcIn.c96 p->NumPackStreams = 0; in SzAr_Init()
397 RINOK(SzReadNumber32(sd, &p->NumPackStreams)) in ReadPackInfo()
400 MY_ALLOC(UInt64, p->PackPositions, (size_t)p->NumPackStreams + 1, alloc) in ReadPackInfo()
404 const UInt32 numPackStreams = p->NumPackStreams; in ReadPackInfo()
426 RINOK(SkipBitUi32s(sd, p->NumPackStreams)) in ReadPackInfo()
452 f->NumPackStreams = 0; in SzGetNextFolderItem()
546 f->NumPackStreams = numPackStreams; in SzGetNextFolderItem()
803 if (numPackStreams > p->NumPackStreams - packStreamIndex) in ReadUnpackInfo()
965 if (p->PackPositions[p->NumPackStreams] > p->RangeLimit - *dataOffset) in SzReadStreamsInfo()
D7zDec.c336 if (f->NumPackStreams != 1 || f->PackStreams[0] != 0 || f->NumBonds != 0) in CheckSupportedFolder()
350 || f->NumPackStreams != 1 in CheckSupportedFolder()
388 if (f->NumPackStreams != 4 in CheckSupportedFolder()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zIn.h49 CNum NumPackStreams; member
90 CFolders(): NumPackStreams(0), NumFolders(0) {} in CFolders()
94 NumPackStreams = 0; in Clear()
D7zIn.cpp693 f.NumPackStreams = numPackStreams; in ReadPackInfo()
866 if (numPackStreams > folders.NumPackStreams - packStreamIndex) in ReadUnpackInfo()
1057 if (folders.PackPositions[folders.NumPackStreams] > _rangeLimit - dataOffset) in ReadStreamsInfo()
1220 HeadersSize += folders.PackPositions[folders.NumPackStreams]; in ReadAndDecodePackedStreams()