Home
last modified time | relevance | path

Searched refs:PackStreams (Results 1 – 14 of 14) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zItem.h41 CRecordVector<CNum> PackStreams; member
82 for(int i = 0; i < PackStreams.Size(); i++) in FindPackStreamArrayIndex()
83 if (PackStreams[i] == inStreamIndex) in FindPackStreamArrayIndex()
D7zIn.cpp54 BoolVector_Fill_False(v, BindPairs.Size() + PackStreams.Size()); in CheckStructure()
60 for (i = 0; i < PackStreams.Size(); i++) in CheckStructure()
61 if (BoolVector_GetAndSet(v, PackStreams[i])) in CheckStructure()
448 folder.PackStreams.Reserve(numPackStreams); in GetNextFolderItem()
454 folder.PackStreams.Add(i); in GetNextFolderItem()
457 if (folder.PackStreams.Size() != 1) in GetNextFolderItem()
462 folder.PackStreams.Add(ReadNum()); in GetNextFolderItem()
853 for (int j = 0; j < folder.PackStreams.Size(); j++) in ReadAndDecodePackedStreams()
1076 startPos += (CNum)Folders[i].PackStreams.Size(); in FillFolderStartPackStream()
D7zDecode.cpp40 for (i = 0; i < folder.PackStreams.Size(); i++) in ConvertFolderItemInfoToBindInfo()
41 bindInfo.InStreams.Add((UInt32)folder.PackStreams[i]); in ConvertFolderItemInfoToBindInfo()
115 for (int j = 0; j < folderInfo.PackStreams.Size(); j++) in Decode()
D7zEncode.cpp29 folder.PackStreams.Clear(); in ConvertBindInfoToFolderItemInfo()
49 folder.PackStreams.Add(bindInfo.InStreams[i]); in ConvertBindInfoToFolderItemInfo()
D7zOut.cpp313 if (folder.PackStreams.Size() > 1) in WriteFolder()
314 for (i = 0; i < folder.PackStreams.Size(); i++) in WriteFolder()
316 WriteNumber(folder.PackStreams[i]); in WriteFolder()
D7zIn.h79 for (int i = 0; i < folder.PackStreams.Size(); i++) in GetFolderFullPackSize()
D7zHandler.cpp366 folderInfo.PackStreams.Size() > (int)(propID - kpidPackedSize0)) in GetProperty()
D7zUpdate.cpp916 for (int j = 0; j < folder.PackStreams.Size(); j++) in Update()
/external/lzma/C/
D7zDec.c277 if (f->NumPackStreams != 1 || f->PackStreams[0] != 0 || f->NumBindPairs != 0) in CheckSupportedFolder()
288 f->PackStreams[0] != 0 || in CheckSupportedFolder()
310 f->PackStreams[0] != 2 || in CheckSupportedFolder()
311 f->PackStreams[1] != 6 || in CheckSupportedFolder()
312 f->PackStreams[2] != 1 || in CheckSupportedFolder()
313 f->PackStreams[3] != 0 || in CheckSupportedFolder()
D7z.h67 UInt32 *PackStreams; member
D7zIn.c32 p->PackStreams = 0; in SzFolder_Init()
50 IAlloc_Free(alloc, p->PackStreams); in SzFolder_Free()
627 MY_ALLOC(UInt32, folder->PackStreams, (size_t)numPackStreams, alloc); in SzGetNextFolderItem()
636 folder->PackStreams[0] = i; in SzGetNextFolderItem()
641 RINOK(SzReadNumber32(sd, folder->PackStreams + i)); in SzGetNextFolderItem()
/external/chromium_org/third_party/lzma_sdk/
D7zDec.c277 if (f->NumPackStreams != 1 || f->PackStreams[0] != 0 || f->NumBindPairs != 0) in CheckSupportedFolder()
288 f->PackStreams[0] != 0 || in CheckSupportedFolder()
310 f->PackStreams[0] != 2 || in CheckSupportedFolder()
311 f->PackStreams[1] != 6 || in CheckSupportedFolder()
312 f->PackStreams[2] != 1 || in CheckSupportedFolder()
313 f->PackStreams[3] != 0 || in CheckSupportedFolder()
D7z.h67 UInt32 *PackStreams; member
D7zIn.c32 p->PackStreams = 0; in SzFolder_Init()
50 IAlloc_Free(alloc, p->PackStreams); in SzFolder_Free()
627 MY_ALLOC(UInt32, folder->PackStreams, (size_t)numPackStreams, alloc); in SzGetNextFolderItem()
636 folder->PackStreams[0] = i; in SzGetNextFolderItem()
641 RINOK(SzReadNumber32(sd, folder->PackStreams + i)); in SzGetNextFolderItem()