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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest3.c274 pBt = pCur->pBtree;
310 sqlite3BtreeEnter(pCur->pBtree);
312 sqlite3BtreeLeave(pCur->pBtree);
345 sqlite3BtreeEnter(pCur->pBtree);
347 sqlite3BtreeLeave(pCur->pBtree);
379 sqlite3BtreeEnter(pCur->pBtree);
381 sqlite3BtreeLeave(pCur->pBtree);
409 sqlite3BtreeEnter(pCur->pBtree);
419 sqlite3BtreeLeave(pCur->pBtree);
H A Dbtree.h87 int sqlite3BtreeSchemaLocked(Btree *pBtree);
88 int sqlite3BtreeLockTable(Btree *pBtree, int iTab, u8 isWriteLock);
114 void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue);
H A DbtreeInt.h311 Btree *pBtree; /* Btree handle holding this lock */ member in struct:BtLock
479 ** particular database connection identified BtCursor.pBtree.db.
485 Btree *pBtree; /* The Btree to which this cursor belongs */ member in struct:BtCursor
H A Dbtree.c102 ** Check to see if pBtree holds the required locks to read or write to the
106 ** Btree connection pBtree:
108 ** assert( hasSharedCacheTableLock(pBtree, iRoot, 0, WRITE_LOCK) );
122 Btree *pBtree, /* Handle that must hold lock */
127 Schema *pSchema = (Schema *)pBtree->pBt->pSchema;
135 if( (pBtree->sharable==0)
136 || (eLockType==READ_LOCK && (pBtree->db->flags & SQLITE_ReadUncommitted))
169 for(pLock=pBtree->pBt->pLock; pLock; pLock=pLock->pNext){
170 if( pLock->pBtree==pBtree
121 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) argument
202 hasReadConflicts(Btree *pBtree, Pgno iRoot) argument
468 invalidateIncrblobCursors( Btree *pBtree, i64 iRow, int isClearTable ) argument
3256 sqlite3BtreeTripAllCursors(Btree *pBtree, int errCode) argument
3556 Btree *pBtree = pCur->pBtree; local
8114 sqlite3BtreeSetVersion(Btree *pBtree, int iVersion) argument
[all...]
H A Dbtmutex.c165 sqlite3BtreeEnter(pCur->pBtree);
168 sqlite3BtreeLeave(pCur->pBtree);
H A Dmain.c2425 Btree *pBtree = db->aDb[iDb].pBt; local
2426 if( pBtree ){
2429 sqlite3BtreeEnter(pBtree);
2430 pPager = sqlite3BtreePager(pBtree);
2442 sqlite3BtreeLeave(pBtree);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7713 SQLITE_PRIVATE int sqlite3BtreeSchemaLocked(Btree *pBtree);
7714 SQLITE_PRIVATE int sqlite3BtreeLockTable(Btree *pBtree, int iTab, u8 isWriteLock);
7740 SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue);
46513 Btree *pBtree; /* Btree handle holding this lock */ member in struct:BtLock
46687 Btree *pBtree; /* The Btree to which this cursor belongs */ member in struct:BtCursor
47240 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) argument
47321 hasReadConflicts(Btree *pBtree, Pgno iRoot) argument
47587 invalidateIncrblobCursors( Btree *pBtree, i64 iRow, int isClearTable ) argument
50375 sqlite3BtreeTripAllCursors(Btree *pBtree, int errCode) argument
50675 Btree *pBtree = pCur->pBtree; local
55233 sqlite3BtreeSetVersion(Btree *pBtree, int iVersion) argument
109670 Btree *pBtree = db->aDb[iDb].pBt; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8924 SQLITE_PRIVATE int sqlite3BtreeSchemaLocked(Btree *pBtree);
8925 SQLITE_PRIVATE int sqlite3BtreeLockTable(Btree *pBtree, int iTab, u8 isWriteLock);
8952 SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue);
50909 Btree *pBtree; /* Btree handle holding this lock */ member in struct:BtLock
51090 Btree *pBtree; /* The Btree to which this cursor belongs */ member in struct:BtCursor
51679 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) argument
51760 hasReadConflicts(Btree *pBtree, Pgno iRoot) argument
52020 invalidateIncrblobCursors( Btree *pBtree, i64 iRow, int isClearTable ) argument
54958 sqlite3BtreeTripAllCursors(Btree *pBtree, int errCode) argument
55228 Btree *pBtree = pCur->pBtree; local
60024 sqlite3BtreeSetVersion(Btree *pBtree, int iVersion) argument
125201 Btree *pBtree; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8924 SQLITE_PRIVATE int sqlite3BtreeSchemaLocked(Btree *pBtree);
8925 SQLITE_PRIVATE int sqlite3BtreeLockTable(Btree *pBtree, int iTab, u8 isWriteLock);
8952 SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue);
50929 Btree *pBtree; /* Btree handle holding this lock */ member in struct:BtLock
51110 Btree *pBtree; /* The Btree to which this cursor belongs */ member in struct:BtCursor
51699 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) argument
51780 hasReadConflicts(Btree *pBtree, Pgno iRoot) argument
52040 invalidateIncrblobCursors( Btree *pBtree, i64 iRow, int isClearTable ) argument
54978 sqlite3BtreeTripAllCursors(Btree *pBtree, int errCode) argument
55248 Btree *pBtree = pCur->pBtree; local
60044 sqlite3BtreeSetVersion(Btree *pBtree, int iVersion) argument
125221 Btree *pBtree; local
[all...]

Completed in 696 milliseconds