Searched defs:WalSegment (Results 1 – 1 of 1) sorted by relevance
66471 struct WalSegment { struct66472 int iNext; /* Next slot in aIndex[] not yet returned */66473 ht_slot *aIndex; /* i0, i1, i2... such that aPgno[iN] ascend */66474 u32 *aPgno; /* Array of page numbers. */66475 int nEntry; /* Nr. of entries in aPgno[] and aIndex[] */66476 int iZero; /* Frame number associated with aPgno[0] */