Home
last modified time | relevance | path

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

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dwal.c497 struct WalSegment { struct
498 int iNext; /* Next slot in aIndex[] not yet returned */
499 ht_slot *aIndex; /* i0, i1, i2... such that aPgno[iN] ascend */
500 u32 *aPgno; /* Array of page numbers. */
501 int nEntry; /* Nr. of entries in aPgno[] and aIndex[] */
502 int iZero; /* Frame number associated with aPgno[0] */
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dwal.c522 struct WalSegment { struct
523 int iNext; /* Next slot in aIndex[] not yet returned */
524 ht_slot *aIndex; /* i0, i1, i2... such that aPgno[iN] ascend */
525 u32 *aPgno; /* Array of page numbers. */
526 int nEntry; /* Nr. of entries in aPgno[] and aIndex[] */
527 int iZero; /* Frame number associated with aPgno[0] */
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dwal.c513 struct WalSegment { struct
514 int iNext; /* Next slot in aIndex[] not yet returned */
515 ht_slot *aIndex; /* i0, i1, i2... such that aPgno[iN] ascend */
516 u32 *aPgno; /* Array of page numbers. */
517 int nEntry; /* Nr. of entries in aPgno[] and aIndex[] */
518 int iZero; /* Frame number associated with aPgno[0] */
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dwal.c513 struct WalSegment { struct
514 int iNext; /* Next slot in aIndex[] not yet returned */
515 ht_slot *aIndex; /* i0, i1, i2... such that aPgno[iN] ascend */
516 u32 *aPgno; /* Array of page numbers. */
517 int nEntry; /* Nr. of entries in aPgno[] and aIndex[] */
518 int iZero; /* Frame number associated with aPgno[0] */