Searched refs:pLastPg (Results 1 – 1 of 1) sorted by relevance
3912 MemPage *pLastPg; in incrVacuumStep() local3916 rc = btreeGetPage(pBt, iLastPg, &pLastPg, 0); in incrVacuumStep()3937 releasePage(pLastPg); in incrVacuumStep()3942 releasePage(pLastPg); in incrVacuumStep()3948 rc = relocatePage(pBt, pLastPg, eType, iPtrPage, iFreePg, bCommit); in incrVacuumStep()3949 releasePage(pLastPg); in incrVacuumStep()