Home
last modified time | relevance | path

Searched defs:iLastPg (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/lsm1/
H A DlsmInt.h406 LsmPgno iLastPg; /* Last page of this run */ member
/sqlite-3.40.0/src/
H A Dbtree.c3870 static int incrVacuumStep(BtShared *pBt, Pgno nFin, Pgno iLastPg, int bCommit){ in incrVacuumStep()