Searched refs:BtShared (Results 1 – 5 of 5) sorted by relevance
294 BtShared *pBt; /* Pointer to BtShared that this page is part of */347 BtShared *pBt; /* Sharable content of this btree */425 struct BtShared { struct454 BtShared *pNext; /* Next on a list of sharable BtShared structs */ argument539 BtShared *pBt; /* The BtShared this cursor points to */695 BtShared *pBt; /* The tree being checked out */
36 extern BtShared *sqlite3SharedCacheList; in sqlite3BtreeSharedCacheReport()37 BtShared *pBt; in sqlite3BtreeSharedCacheReport()39 for(pBt=GLOBAL(BtShared*,sqlite3SharedCacheList); pBt; pBt=pBt->pNext){ in sqlite3BtreeSharedCacheReport()55 BtShared *pBt = p->pBt; in sqlite3BtreeCursorList()
289 BtShared *pBt = p->pBt; in querySharedCacheTableLock()361 BtShared *pBt = p->pBt; in setSharedCacheTableLock()425 BtShared *pBt = p->pBt; in clearAllSharedCacheTableLocks()469 BtShared *pBt = p->pBt; in downgradeAllSharedCacheTableLocks()2403 BtShared *pBt = (BtShared*)pArg; in btreeInvokeBusyHandler()2731 BtShared *pList; in removeFromSharingList()2816 BtShared *pBt = p->pBt; in sqlite3BtreeClose()2882 BtShared *pBt = p->pBt; in sqlite3BtreeSetCacheSize()4037 BtShared *pBt; in autoVacuumCommit()6709 BtShared *pBt; in clearCellOverflow()[all …]
41 typedef struct BtShared BtShared; typedef
42 BtShared *pBt = p->pBt; in unlockBtreeMutex()