Home
last modified time | relevance | path

Searched refs:bhEntries (Results 1 – 3 of 3) sorted by relevance

/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Nsis/
H A DNsisIn.cpp5136 CBlockHeader bhEntries, bhStrings, bhLangTables; in Parse() local
5138 PARSE_BH (2, bhEntries); in Parse()
5156 || bhEntries.Offset > _size) in Parse()
5179 if (bhEntries.Num > (1 << 25)) in Parse()
5181 if (bhEntries.Num * kCmdSize > _size - bhEntries.Offset) in Parse()
5184 DetectNsisType(bhEntries, _data + bhEntries.Offset); in Parse()
5258 if (bhEntries.Offset < bhSections.Offset) in Parse()
5260 SectionSize = (bhEntries.Offset - bhSections.Offset) / bhSections.Num; in Parse()
5261 if (bhSections.Offset + bhSections.Num * SectionSize != bhEntries.Offset) in Parse()
5632 RINOK(ReadEntries(bhEntries)); in Parse()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Nsis/
H A DNsisIn.cpp5001 CBlockHeader bhEntries, bhStrings, bhLangTables; in Parse() local
5002 bhEntries.Parse(p + 4 + 8 * 2); in Parse()
5020 || bhEntries.Offset > _size) in Parse()
5043 if (bhEntries.Num > (1 << 25)) in Parse()
5045 if (bhEntries.Num * kCmdSize > _size - bhEntries.Offset) in Parse()
5048 DetectNsisType(bhEntries, _data + bhEntries.Offset); in Parse()
5117 if (bhEntries.Offset < bhSections.Offset) in Parse()
5119 SectionSize = (bhEntries.Offset - bhSections.Offset) / bhSections.Num; in Parse()
5120 if (bhSections.Offset + bhSections.Num * SectionSize != bhEntries.Offset) in Parse()
5486 RINOK(ReadEntries(bhEntries)); in Parse()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Nsis/
H A DNsisIn.cpp1220 CBlockHeader bhPages, bhSections, bhEntries, bhStrings, bhLangTables, bhCtlColors, bhData; in Parse() local
1224 ReadBlockHeader(bhEntries); in Parse()
1263 return ReadEntries(bhEntries); in Parse()