Searched refs:memRootPage (Results 1 – 1 of 1) sorted by relevance
3733 static void sqlite3RefillIndex(Parse *pParse, Index *pIndex, int memRootPage){ in sqlite3RefillIndex() argument3760 if( memRootPage>=0 ){ in sqlite3RefillIndex()3761 tnum = (Pgno)memRootPage; in sqlite3RefillIndex()3785 if( memRootPage<0 ) sqlite3VdbeAddOp2(v, OP_Clear, tnum, iDb); in sqlite3RefillIndex()3788 sqlite3VdbeChangeP5(v, OPFLAG_BULKCSR|((memRootPage>=0)?OPFLAG_P2ISREG:0)); in sqlite3RefillIndex()