Home
last modified time | relevance | path

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

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