Searched refs:BtLock (Results 1 – 2 of 2) sorted by relevance
233 typedef struct BtLock BtLock; typedef313 struct BtLock { struct317 BtLock *pNext; /* Next in BtShared.pLock list */ argument361 BtLock lock; /* Object used to lock page 1 */455 BtLock *pLock; /* List of locks held on this shared-btree struct */
187 BtLock *pLock; in hasSharedCacheTableLock()290 BtLock *pIter; in querySharedCacheTableLock()362 BtLock *pLock = 0; in setSharedCacheTableLock()363 BtLock *pIter; in setSharedCacheTableLock()392 pLock = (BtLock *)sqlite3MallocZero(sizeof(BtLock)); in setSharedCacheTableLock()426 BtLock **ppIter = &pBt->pLock; in clearAllSharedCacheTableLocks()433 BtLock *pLock = *ppIter; in clearAllSharedCacheTableLocks()471 BtLock *pLock; in downgradeAllSharedCacheTableLocks()3528 BtLock *pIter; in sqlite3BtreeBeginTrans()