Home
last modified time | relevance | path

Searched refs:outFolders (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zOut.cpp375 … COutArchive::WriteUnpackInfo(const CObjectVector<CFolder> &folders, const COutFolders &outFolders) in WriteUnpackInfo() argument
391 FOR_VECTOR (i, outFolders.CoderUnpackSizes) in WriteUnpackInfo()
392 WriteNumber(outFolders.CoderUnpackSizes[i]); in WriteUnpackInfo()
394 WriteHashDigests(outFolders.FolderUnpackCRCs); in WriteUnpackInfo()
400 const COutFolders &outFolders, in WriteSubStreamsInfo() argument
404 const CRecordVector<CNum> &numUnpackStreamsInFolders = outFolders.NumUnpackStreamsVector; in WriteSubStreamsInfo()
441 if (numSubStreams == 1 && outFolders.FolderUnpackCRCs.ValidAndDefined(i)) in WriteSubStreamsInfo()
514 CRecordVector<UInt64> &packSizes, CObjectVector<CFolder> &folders, COutFolders &outFolders) in EncodeStream() argument
519 outFolders.FolderUnpackCRCs.Defs.Add(true); in EncodeStream()
520 outFolders.FolderUnpackCRCs.Vals.Add(CrcCalc(data, data.Size())); in EncodeStream()
[all …]
D7zOut.h256 const COutFolders &outFolders);
260 const COutFolders &outFolders,
271 CRecordVector<UInt64> &packSizes, CObjectVector<CFolder> &folders, COutFolders &outFolders);