Searched refs:PackStreams (Results 1 – 14 of 14) sorted by relevance
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zItem.h | 41 CRecordVector<CNum> PackStreams; member 82 for(int i = 0; i < PackStreams.Size(); i++) in FindPackStreamArrayIndex() 83 if (PackStreams[i] == inStreamIndex) in FindPackStreamArrayIndex()
|
D | 7zIn.cpp | 54 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()
|
D | 7zDecode.cpp | 40 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()
|
D | 7zEncode.cpp | 29 folder.PackStreams.Clear(); in ConvertBindInfoToFolderItemInfo() 49 folder.PackStreams.Add(bindInfo.InStreams[i]); in ConvertBindInfoToFolderItemInfo()
|
D | 7zOut.cpp | 313 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()
|
D | 7zIn.h | 79 for (int i = 0; i < folder.PackStreams.Size(); i++) in GetFolderFullPackSize()
|
D | 7zHandler.cpp | 366 folderInfo.PackStreams.Size() > (int)(propID - kpidPackedSize0)) in GetProperty()
|
D | 7zUpdate.cpp | 916 for (int j = 0; j < folder.PackStreams.Size(); j++) in Update()
|
/external/lzma/C/ |
D | 7zDec.c | 277 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()
|
D | 7z.h | 67 UInt32 *PackStreams; member
|
D | 7zIn.c | 32 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/ |
D | 7zDec.c | 277 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()
|
D | 7z.h | 67 UInt32 *PackStreams; member
|
D | 7zIn.c | 32 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()
|