Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dwal.c462 struct WalSegment { struct
463 int iNext; /* Next slot in aIndex[] not yet returned */
464 ht_slot *aIndex; /* i0, i1, i2... such that aPgno[iN] ascend */
465 u32 *aPgno; /* Array of page numbers. */
466 int nEntry; /* Nr. of entries in aPgno[] and aIndex[] */
467 int iZero; /* Frame number associated with aPgno[0] */