Searched defs:pBtree (Results 1 – 3 of 3) sorted by relevance
311 Btree *pBtree; /* Btree handle holding this lock */ member485 Btree *pBtree; /* The Btree to which this cursor belongs */ member
122 Btree *pBtree, /* Handle that must hold lock */ in hasSharedCacheTableLock()202 static int hasReadConflicts(Btree *pBtree, Pgno iRoot){ in hasReadConflicts()469 Btree *pBtree, /* The database file to check */ in invalidateIncrblobCursors()3256 void sqlite3BtreeTripAllCursors(Btree *pBtree, int errCode){ in sqlite3BtreeTripAllCursors()3556 Btree *pBtree = pCur->pBtree; in sqlite3BtreeCloseCursor() local8114 int sqlite3BtreeSetVersion(Btree *pBtree, int iVersion){ in sqlite3BtreeSetVersion()
2425 Btree *pBtree = db->aDb[iDb].pBt; in sqlite3_file_control() local