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

/external/chromium_org/third_party/sqlite/src/src/
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 Dmain.c2425 Btree *pBtree = db->aDb[iDb].pBt; local
2426 if( pBtree ){
2429 sqlite3BtreeEnter(pBtree);
2430 pPager = sqlite3BtreePager(pBtree);
2442 sqlite3BtreeLeave(pBtree);
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...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7728 SQLITE_PRIVATE int sqlite3BtreeSchemaLocked(Btree *pBtree);
7729 SQLITE_PRIVATE int sqlite3BtreeLockTable(Btree *pBtree, int iTab, u8 isWriteLock);
7755 SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue);
46692 Btree *pBtree; /* Btree handle holding this lock */ member in struct:BtLock
46866 Btree *pBtree; /* The Btree to which this cursor belongs */ member in struct:BtCursor
47419 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) argument
47500 hasReadConflicts(Btree *pBtree, Pgno iRoot) argument
47766 invalidateIncrblobCursors( Btree *pBtree, i64 iRow, int isClearTable ) argument
50554 sqlite3BtreeTripAllCursors(Btree *pBtree, int errCode) argument
50854 Btree *pBtree = pCur->pBtree; local
55412 sqlite3BtreeSetVersion(Btree *pBtree, int iVersion) argument
109877 Btree *pBtree = db->aDb[iDb].pBt; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8261 SQLITE_PRIVATE int sqlite3BtreeSchemaLocked(Btree *pBtree);
8262 SQLITE_PRIVATE int sqlite3BtreeLockTable(Btree *pBtree, int iTab, u8 isWriteLock);
8288 SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue);
48750 Btree *pBtree; /* Btree handle holding this lock */ member in struct:BtLock
48930 Btree *pBtree; /* The Btree to which this cursor belongs */ member in struct:BtCursor
49485 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) argument
49566 hasReadConflicts(Btree *pBtree, Pgno iRoot) argument
49830 invalidateIncrblobCursors( Btree *pBtree, i64 iRow, int isClearTable ) argument
52644 sqlite3BtreeTripAllCursors(Btree *pBtree, int errCode) argument
52943 Btree *pBtree = pCur->pBtree; local
57604 sqlite3BtreeSetVersion(Btree *pBtree, int iVersion) argument
115143 Btree *pBtree; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8261 SQLITE_PRIVATE int sqlite3BtreeSchemaLocked(Btree *pBtree);
8262 SQLITE_PRIVATE int sqlite3BtreeLockTable(Btree *pBtree, int iTab, u8 isWriteLock);
8288 SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue);
48778 Btree *pBtree; /* Btree handle holding this lock */ member in struct:BtLock
48958 Btree *pBtree; /* The Btree to which this cursor belongs */ member in struct:BtCursor
49513 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) argument
49594 hasReadConflicts(Btree *pBtree, Pgno iRoot) argument
49858 invalidateIncrblobCursors( Btree *pBtree, i64 iRow, int isClearTable ) argument
52672 sqlite3BtreeTripAllCursors(Btree *pBtree, int errCode) argument
52971 Btree *pBtree = pCur->pBtree; local
57632 sqlite3BtreeSetVersion(Btree *pBtree, int iVersion) argument
115179 Btree *pBtree; local
[all...]

Completed in 467 milliseconds