Home
last modified time | relevance | path

Searched defs:WalSegment (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c66472 struct WalSegment { struct
66473 int iNext; /* Next slot in aIndex[] not yet returned */
66474 ht_slot *aIndex; /* i0, i1, i2... such that aPgno[iN] ascend */
66475 u32 *aPgno; /* Array of page numbers. */
66476 int nEntry; /* Nr. of entries in aPgno[] and aIndex[] */
66477 int iZero; /* Frame number associated with aPgno[0] */