Home
last modified time | relevance | path

Searched refs:BtLock (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A DbtreeInt.h233 typedef struct BtLock BtLock; typedef
313 struct BtLock { struct
317 BtLock *pNext; /* Next in BtShared.pLock list */ argument
361 BtLock lock; /* Object used to lock page 1 */
455 BtLock *pLock; /* List of locks held on this shared-btree struct */
H A Dbtree.c187 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()