Searched refs:memRootPage (Results 1 – 1 of 1) sorted by relevance
130097 static void sqlite3RefillIndex(Parse *pParse, Index *pIndex, int memRootPage){ argument130124 if( memRootPage>=0 ){130125 tnum = (Pgno)memRootPage;130149 if( memRootPage<0 ) sqlite3VdbeAddOp2(v, OP_Clear, tnum, iDb);130152 sqlite3VdbeChangeP5(v, OPFLAG_BULKCSR|((memRootPage>=0)?OPFLAG_P2ISREG:0));