Searched defs:BtLock (Results 1 – 1 of 1) sorted by relevance
70748 typedef struct BtLock BtLock; typedef70828 struct BtLock { struct70829 Btree *pBtree; /* Btree handle holding this lock */70830 Pgno iTable; /* Root page of table */70831 u8 eLock; /* READ_LOCK or WRITE_LOCK */70832 BtLock *pNext; /* Next in BtShared.pLock list */