Home
last modified time | relevance | path

Searched refs:bhCtlColors (Results 1 – 5 of 5) sorted by relevance

/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Nsis/
H A DNsisIn.cpp4229 if (_size < bhCtlColors.Offset in ReadEntries()
4230 || _size - bhCtlColors.Offset < offset in ReadEntries()
4231 || _size - bhCtlColors.Offset - offset < GET_CtlColors_SIZE(Is64Bit)) in ReadEntries()
4237 const Byte *p2 = _data + bhCtlColors.Offset + offset; in ReadEntries()
5147 PARSE_BH (5, bhCtlColors); in Parse()
5284 if (bhCtlColors.Offset > _size) in Parse()
5287 if (bhCtlColors.Num != 0) in Parse()
5288 PrintNumComment("COLORS Num", bhCtlColors.Num); in Parse()
H A DNsisIn.h192 CBlockHeader bhCtlColors; variable
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Nsis/
H A DNsisIn.cpp4163 if (_size < bhCtlColors.Offset in ReadEntries()
4164 || _size - bhCtlColors.Offset < offset in ReadEntries()
4165 || _size - bhCtlColors.Offset - offset < k_CtlColors_Size) in ReadEntries()
4171 const Byte *p2 = _data + bhCtlColors.Offset + offset; in ReadEntries()
5011 bhCtlColors.Parse(p + 4 + 8 * 5); in Parse()
5143 if (bhCtlColors.Offset > _size) in Parse()
5146 if (bhCtlColors.Num != 0) in Parse()
5147 PrintNumComment("COLORS Num", bhCtlColors.Num); in Parse()
H A DNsisIn.h190 CBlockHeader bhCtlColors; variable
/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
1227 ReadBlockHeader(bhCtlColors); in Parse()