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