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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c48608 Btree *pBtree; /* Btree handle holding this lock */ member in struct:BtLock
48788 Btree *pBtree; /* The Btree to which this cursor belongs */ member in struct:BtCursor
49341 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) argument
49422 hasReadConflicts(Btree *pBtree, Pgno iRoot) argument
49686 invalidateIncrblobCursors( Btree *pBtree, i64 iRow, int isClearTable ) argument
52508 sqlite3BtreeTripAllCursors(Btree *pBtree, int errCode) argument
52811 Btree *pBtree = pCur->pBtree; local
57468 sqlite3BtreeSetVersion(Btree *pBtree, int iVersion) argument
114910 Btree *pBtree = db->aDb[iDb].pBt; local
[all...]

Completed in 520 milliseconds