Searched refs:quickrefLength (Results 1 – 3 of 3) sorted by relevance
352 …UInt32 quickrefLength = ReadUInt32(); // Length of free space and/or quickref area at end of direc… in OpenChm() local353 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() local525 if (quickrefLength > dirChunkSize || quickrefLength < 2) in OpenHelp2()543 UInt32 offsetLimit = dirChunkSize - quickrefLength; in OpenHelp2()579 Skip(quickrefLength - 2); in OpenHelp2()
335 …UInt32 quickrefLength = ReadUInt32(); // Len of free space and/or quickref area at end of director… in OpenChm() local336 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() local523 if (quickrefLength > dirChunkSize || quickrefLength < 2) in OpenHelp2()541 UInt32 offsetLimit = dirChunkSize - quickrefLength; in OpenHelp2()577 Skip(quickrefLength - 2); in OpenHelp2()
336 …UInt32 quickrefLength = ReadUInt32(); // Len of free space and/or quickref area at end of director… in OpenChm() local337 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() local524 if (quickrefLength > dirChunkSize || quickrefLength < 2) in OpenHelp2()542 UInt32 offsetLimit = dirChunkSize - quickrefLength; in OpenHelp2()578 Skip(quickrefLength - 2); in OpenHelp2()