Searched refs:pBtree (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c16065 SQLITE_PRIVATE int sqlite3BtreeSchemaLocked(Btree *pBtree);
16067 SQLITE_PRIVATE int sqlite3BtreeLockTable(Btree *pBtree, int iTab, u8 isWriteLock);
16103 SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue);
69467 Btree *pBtree; /* Btree handle holding this lock */ member in struct:BtLock
69685 Btree *pBtree; /* The Btree to which this cursor belongs */ member in struct:BtCursor
70362 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) argument
70451 hasReadConflicts(Btree *pBtree, Pgno iRoot) argument
70726 invalidateIncrblobCursors( Btree *pBtree, Pgno pgnoRoot, i64 iRow, int isClearTable ) argument
74560 sqlite3BtreeTripAllCursors(Btree *pBtree, int errCode, int writeOnly) argument
74901 Btree *pBtree = pCur->pBtree; local
81490 sqlite3BtreeSetVersion(Btree *pBtree, int iVersion) argument
182215 Btree *pBtree; local
[all...]

Completed in 558 milliseconds