Searched defs:nFin (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c2860 ** If the nFin parameter is non-zero, this function assumes
2862 ** it returns SQLITE_DONE or an error, and that nFin is the
2864 ** process is complete. If nFin is zero, it is assumed that
2867 ** has nFin>0. A "PRAGMA incremental_vacuum" has nFin==0.
2869 static int incrVacuumStep(BtShared *pBt, Pgno nFin, Pgno iLastPg){ argument
2874 assert( iLastPg>nFin );
2894 if( nFin==0 ){
2896 ** if nFin is non-zero. In that case, the free-list will be
2918 /* If nFin i
3016 Pgno nFin; /* Number of pages in database after autovacuuming */ local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c49988 incrVacuumStep(BtShared *pBt, Pgno nFin, Pgno iLastPg) argument
50135 Pgno nFin; /* Number of pages in database after autovacuuming */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c54567 incrVacuumStep(BtShared *pBt, Pgno nFin, Pgno iLastPg, int bCommit) argument
54666 Pgno nFin; /* Return value */ local
54700 Pgno nFin = finalDbSize(pBt, nOrig, nFree); local
54740 Pgno nFin; /* Number of pages in database after autovacuuming */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c54587 incrVacuumStep(BtShared *pBt, Pgno nFin, Pgno iLastPg, int bCommit) argument
54686 Pgno nFin; /* Return value */ local
54720 Pgno nFin = finalDbSize(pBt, nOrig, nFree); local
54760 Pgno nFin; /* Number of pages in database after autovacuuming */ local
[all...]

Completed in 516 milliseconds