Searched defs:MemPage (Results 1 – 1 of 1) sorted by relevance
70747 typedef struct MemPage MemPage; typedef70788 struct MemPage { struct70789 u8 isInit; /* True if previously initialized. MUST BE FIRST! */70790 u8 intKey; /* True if table b-trees. False for index b-trees */70791 u8 intKeyLeaf; /* True if the leaf of an intKey table */70792 Pgno pgno; /* Page number for this page */70795 u8 leaf; /* True if a leaf page */70796 u8 hdrOffset; /* 100 for page 1. 0 otherwise */70797 u8 childPtrSize; /* 0 if leaf==1. 4 if leaf==0 */70798 u8 max1bytePayload; /* min(maxLocal,127) */[all …]