Searched refs:pgnoRoot (Results 1 – 1 of 1) sorted by relevance
24365 Pgno pgnoRoot; /* Root page of the open btree cursor */ member72633 Pgno pgnoRoot; /* The root page of this tree */ member73433 if( p->pgnoRoot==iRoot73714 Pgno pgnoRoot, /* The table that might be changing */ argument73725 if( p->pgnoRoot==pgnoRoot && (isClearTable || p->info.nKey==iRow) ){73932 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ) break;73950 if( p!=pExcept && (0==iRoot || p->pgnoRoot==iRoot) ){77847 pCur->pgnoRoot = iTable;77856 if( pX->pgnoRoot==iTable ){78672 assert( pCur->pgnoRoot>0 || pCur->iPage<0 );[all …]