Searched defs:WalHashLoc (Results 1 – 1 of 1) sorted by relevance
67023 typedef struct WalHashLoc WalHashLoc; typedef67024 struct WalHashLoc { struct67025 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*/