sqlite3BtreeIncrVacuum 7721 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3BtreeIncrVacuum(Btree *); sqlite3BtreeIncrVacuum 67828 third_party/sqlite/amalgamation/sqlite3.c rc = sqlite3BtreeIncrVacuum(u.cf.pBt); sqlite3BtreeIncrVacuum 95 third_party/sqlite/src/src/btree.h int sqlite3BtreeIncrVacuum(Btree *); sqlite3BtreeIncrVacuum 5400 third_party/sqlite/src/src/vdbe.c rc = sqlite3BtreeIncrVacuum(pBt);