Searched defs:pgnoRoot (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DbtreeInt.h489 Pgno pgnoRoot; /* The root page of this tree */ member in struct:BtCursor
H A Dbtree.c205 if( p->pgnoRoot==iRoot
462 ** cursors open on any row within the table with root-page pgnoRoot.
623 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) &&
3468 pCur->pgnoRoot = (Pgno)iTable;
3536 if( p->pgnoRoot==pCur->pgnoRoot ) p->cachedRowid = iRowid;
4218 rc = getAndInitPage(pBt, pCur->pgnoRoot, &pCur->apPage[0]);
4242 assert( pRoot->pgno==pCur->pgnoRoot );
6665 assert( hasSharedCacheTableLock(p, pCur->pgnoRoot, pCur->pKeyInfo!=0, 2) );
6692 rc = saveAllCursors(pBt, pCur->pgnoRoot, pCu
6908 Pgno pgnoRoot; local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c46691 Pgno pgnoRoot; /* The root page of this tree */ member in struct:BtCursor
54027 Pgno pgnoRoot; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c13940 Pgno pgnoRoot; /* Root page of the open btree cursor */ member in struct:VdbeCursor
51098 Pgno pgnoRoot; /* The root page of this tree */ member in struct:BtCursor
58772 Pgno pgnoRoot; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c13940 Pgno pgnoRoot; /* Root page of the open btree cursor */ member in struct:VdbeCursor
51118 Pgno pgnoRoot; /* The root page of this tree */ member in struct:BtCursor
58792 Pgno pgnoRoot; local
[all...]

Completed in 2669 milliseconds