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

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c47653 Btree *pBtree; /* Btree handle holding this lock */ member in struct:BtLock
47827 Btree *pBtree; /* The Btree to which this cursor belongs */ member in struct:BtCursor
48380 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) argument
48461 hasReadConflicts(Btree *pBtree, Pgno iRoot) argument
48727 invalidateIncrblobCursors( Btree *pBtree, i64 iRow, int isClearTable ) argument
51527 sqlite3BtreeTripAllCursors(Btree *pBtree, int errCode) argument
51828 Btree *pBtree = pCur->pBtree; local
56416 sqlite3BtreeSetVersion(Btree *pBtree, int iVersion) argument
112819 Btree *pBtree = db->aDb[iDb].pBt; local
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c57461 Btree *pBtree; /* Btree handle holding this lock */ member in struct:BtLock
57648 Btree *pBtree; /* The Btree to which this cursor belongs */ member in struct:BtCursor
58276 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) argument
58363 hasReadConflicts(Btree *pBtree, Pgno iRoot) argument
58636 invalidateIncrblobCursors( Btree *pBtree, i64 iRow, int isClearTable ) argument
62021 sqlite3BtreeTripAllCursors(Btree *pBtree, int errCode, int writeOnly) argument
62338 Btree *pBtree = pCur->pBtree; local
67780 sqlite3BtreeSetVersion(Btree *pBtree, int iVersion) argument
139966 Btree *pBtree; local
[all...]

Completed in 847 milliseconds