Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c67023 typedef struct WalHashLoc WalHashLoc; typedef
67024 struct WalHashLoc { struct
67025 volatile ht_slot *aHash; /* Start of the wal-index hash table */
67026 volatile u32 *aPgno; /* aPgno[1] is the page of first frame indexed */
67027 u32 iZero; /* One less than the frame number of first indexed*/