Searched defs:MemPage (Results 1 – 1 of 1) sorted by relevance
232 typedef struct MemPage MemPage; typedef273 struct MemPage { struct274 u8 isInit; /* True if previously initialized. MUST BE FIRST! */275 u8 intKey; /* True if table b-trees. False for index b-trees */276 u8 intKeyLeaf; /* True if the leaf of an intKey table */277 Pgno pgno; /* Page number for this page */302 u16 (*xCellSize)(MemPage*,u8*); /* cellSizePtr method */ argument303 void (*xParseCell)(MemPage*,u8*,CellInfo*); /* btreeParseCell method */ argument