SQLite

Artifact [d675dbdffe]
Login

Artifact d675dbdffe2cd6d54681b958a13c88433a5022d39ab9ef3d4f487a272603f902:



Notes:

  *  Using 32-bit frame numbers (not 16-bit).

  *  The ZonefileHeader object is 26 bytes in size. Which means that the
     ZoneFileIndex will not be 8-byte aligned. Problem?

  *  The offsets in the ZoneFileIndex.byteOffsetZoneFrame[] array are
     relative to the offset in ZoneFileHeader.byteOffsetFrames. This is
     necessary as we may not know the offset of the start of the frame data
     until after the ZoneFileIndex structure is compressed.