Searched refs:eAuto (Results 1 – 1 of 1) sorted by relevance
145376 int eAuto = getAutoVacuum(zRight); local145377 assert( eAuto>=0 && eAuto<=2 );145378 db->nextAutovac = (u8)eAuto;145384 rc = sqlite3BtreeSetAutoVacuum(pBt, eAuto);145385 if( rc==SQLITE_OK && (eAuto==1 || eAuto==2) ){145408 aOp[4].p3 = eAuto - 1;