Searched refs:iRoot (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_stat.c380 u32 iRoot = sqlite3_column_int64(pCsr->pStmt, 1); local
386 rc = sqlite3PagerGet(pPager, iRoot, &pCsr->aPage[0].pPg);
387 pCsr->aPage[0].iPgno = iRoot;
H A Dbtree.c103 ** table with root page iRoot. Return 1 if it does and 0 if not.
105 ** For example, when writing to a table with root-page iRoot via
108 ** assert( hasSharedCacheTableLock(pBtree, iRoot, 0, WRITE_LOCK) );
117 ** Instead of a lock on the table/index rooted at page iRoot, the caller may
123 Pgno iRoot, /* Root page of b-tree */
124 int isIndex, /* True if iRoot is the root of an index b-tree */
158 if( pIdx->tnum==(int)iRoot ){
163 iTab = iRoot;
188 ** table or index rooted at iRoot because other shared connections are
193 ** the iRoot tabl
121 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) argument
202 hasReadConflicts(Btree *pBtree, Pgno iRoot) argument
618 saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept) argument
[all...]
H A Dselect.c4229 int iRoot = pTab->tnum; /* Root page of scanned b-tree */ local
4238 ** In this case set iRoot to the root page number of the index b-tree
4251 iRoot = pBest->tnum;
4256 sqlite3VdbeAddOp3(v, OP_OpenRead, iCsr, iRoot, iDb);
/external/sqlite/dist/orig/
H A Dsqlite3.c51679 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) argument
51760 hasReadConflicts(Btree *pBtree, Pgno iRoot) argument
52176 saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept) argument
106611 int iRoot = pTab->tnum; /* Root page of scanned b-tree */ local
140711 int iRoot; /* Index of root in pWriter->aNodeWriter */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c51699 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) argument
51780 hasReadConflicts(Btree *pBtree, Pgno iRoot) argument
52196 saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept) argument
106631 int iRoot = pTab->tnum; /* Root page of scanned b-tree */ local
140743 int iRoot; /* Index of root in pWriter->aNodeWriter */ local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c47240 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) argument
47321 hasReadConflicts(Btree *pBtree, Pgno iRoot) argument
47737 saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept) argument
94151 int iRoot = pTab->tnum; /* Root page of scanned b-tree */ local
[all...]

Completed in 976 milliseconds