Home
last modified time | relevance | path

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

/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Chm/
H A DChmIn.cpp352 …UInt32 quickrefLength = ReadUInt32(); // Length of free space and/or quickref area at end of direc… in OpenChm() local
353 if (quickrefLength > dirChunkSize || quickrefLength < 2) in OpenChm()
364 UInt32 offsetLimit = dirChunkSize - quickrefLength; in OpenChm()
372 Skip(quickrefLength - 2); in OpenChm()
524 UInt32 quickrefLength = ReadUInt32(); // Length of quickref area at end of directory chunk in OpenHelp2() local
525 if (quickrefLength > dirChunkSize || quickrefLength < 2) in OpenHelp2()
543 UInt32 offsetLimit = dirChunkSize - quickrefLength; in OpenHelp2()
579 Skip(quickrefLength - 2); in OpenHelp2()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Chm/
H A DChmIn.cpp335 …UInt32 quickrefLength = ReadUInt32(); // Len of free space and/or quickref area at end of director… in OpenChm() local
336 if (quickrefLength > dirChunkSize || quickrefLength < 2) in OpenChm()
348 UInt32 offsetLimit = dirChunkSize - quickrefLength; in OpenChm()
357 Skip(quickrefLength - 2); in OpenChm()
522 UInt32 quickrefLength = ReadUInt32(); // Len of quickref area at end of directory chunk in OpenHelp2() local
523 if (quickrefLength > dirChunkSize || quickrefLength < 2) in OpenHelp2()
541 UInt32 offsetLimit = dirChunkSize - quickrefLength; in OpenHelp2()
577 Skip(quickrefLength - 2); in OpenHelp2()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Chm/
H A DChmIn.cpp336 …UInt32 quickrefLength = ReadUInt32(); // Len of free space and/or quickref area at end of director… in OpenChm() local
337 if (quickrefLength > dirChunkSize || quickrefLength < 2) in OpenChm()
349 UInt32 offsetLimit = dirChunkSize - quickrefLength; in OpenChm()
358 Skip(quickrefLength - 2); in OpenChm()
523 UInt32 quickrefLength = ReadUInt32(); // Len of quickref area at end of directory chunk in OpenHelp2() local
524 if (quickrefLength > dirChunkSize || quickrefLength < 2) in OpenHelp2()
542 UInt32 offsetLimit = dirChunkSize - quickrefLength; in OpenHelp2()
578 Skip(quickrefLength - 2); in OpenHelp2()