Lines Matching refs:BTREE_AUTOVACUUM_NONE
7439 #define BTREE_AUTOVACUUM_NONE 0 /* Do not do auto-vacuum */47623 return BTREE_AUTOVACUUM_NONE;47628 (!p->pBt->autoVacuum)?BTREE_AUTOVACUUM_NONE:85545 if( 0==sqlite3StrICmp(z, "none") ) return BTREE_AUTOVACUUM_NONE;