Lines Matching defs:CDynHeader
145 struct CDynHeader struct
148 UInt64 TableOffset;
150 UInt32 NumBlocks;
151 unsigned BlockSizeLog;
152 UInt32 ParentTime;
153 Byte ParentId[16];
154 bool RelativeNameWasUsed;
155 UString ParentName;
156 UString RelativeParentNameFromLocator;
157 CParentLocatorEntry ParentLocators[8];
160 UInt32 NumBitMapSectors() const in NumBitMapSectors()
165 void Clear() in Clear()