Home
last modified time | relevance | path

Searched defs:pBtree (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A DbtreeInt.h314 Btree *pBtree; /* Btree handle holding this lock */ member
532 Btree *pBtree; /* The Btree to which this cursor belongs */ member
H A Dbtree.c180 Btree *pBtree, /* Handle that must hold lock */ in hasSharedCacheTableLock()
268 static int hasReadConflicts(Btree *pBtree, Pgno iRoot){ in hasReadConflicts()
544 Btree *pBtree, /* The database file to check */ in invalidateIncrblobCursors()
4303 int sqlite3BtreeTripAllCursors(Btree *pBtree, int errCode, int writeOnly){ in sqlite3BtreeTripAllCursors()
4644 Btree *pBtree = pCur->pBtree; in sqlite3BtreeCloseCursor() local
11024 int sqlite3BtreeSetVersion(Btree *pBtree, int iVersion){ in sqlite3BtreeSetVersion()
H A Dmain.c3919 Btree *pBtree; in sqlite3_file_control() local