HomeSort by relevance Sort by last modified time
    Searched full:pbtree (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test3.c 274 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);
btree.h 87 int sqlite3BtreeSchemaLocked(Btree *pBtree);
88 int sqlite3BtreeLockTable(Btree *pBtree, int iTab, u8 isWriteLock);
114 void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue);
btmutex.c 165 sqlite3BtreeEnter(pCur->pBtree);
168 sqlite3BtreeLeave(pCur->pBtree);
btree.c 102 ** 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
    [all...]
btreeInt.h 311 Btree *pBtree; /* Btree handle holding this lock */
479 ** particular database connection identified BtCursor.pBtree.db.
485 Btree *pBtree; /* The Btree to which this cursor belongs */
main.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1844 milliseconds