Home
last modified time | relevance | path

Searched refs:iRoot (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c15262 int iRoot, /* Root page of table */ in recoverFindTable() argument
15275 "SELECT type, name, sql FROM recovery.schema WHERE rootpage=%d", iRoot in recoverFindTable()
15581 int iRoot = sqlite3_column_int(pLoop, 0); in recoverDatabaseCmd() local
15588 pTab = recoverFindTable(pState, &rc, iRoot, bIntkey, nCol, &bNoop); in recoverDatabaseCmd()
15601 sqlite3_bind_int(pPages, 1, iRoot); in recoverDatabaseCmd()
15630 pTab2->zQuoted, iRoot, iPgno, nField, in recoverDatabaseCmd()
H A Dsqlite3.c64542 iTab = iRoot;
65076 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ) break;
65094 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ){
180322 for(iRoot=FTS_MAX_APPENDABLE_HEIGHT-1; iRoot>=0; iRoot--){
180332 if( iRoot<0 ) return;
180349 if( iRoot==0 ){
180358 iRoot = 1;
186126 u32 iRoot;
186138 iRoot = iTarget;
186176 pParse->aNode[iRoot].u.iAppend = iStart - iRoot;
[all …]
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c48382 Pgno iRoot, /* Root page of b-tree */
48417 if( pIdx->tnum==(int)iRoot ){
48422 iTab = iRoot;
48461 static int hasReadConflicts(Btree *pBtree, Pgno iRoot){
48464 if( p->pgnoRoot==iRoot
48877 static int saveAllCursors(BtShared *pBt, Pgno iRoot, BtCursor *pExcept){
48882 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) &&
96695 int iRoot = pTab->tnum; /* Root page of scanned b-tree */
96719 iRoot = pBest->tnum;
96724 sqlite3VdbeAddOp3(v, OP_OpenRead, iCsr, iRoot, iDb);