Home
last modified time | relevance | path

Searched refs:BTREE_AUTOVACUUM_INCR (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c7953 #define BTREE_AUTOVACUUM_INCR 2 /* Incremental vacuum */ macro
50538 BTREE_AUTOVACUUM_INCR
90039 if( 0==sqlite3StrICmp(z, "incremental") ) return BTREE_AUTOVACUUM_INCR;
/freebsd-10-stable/contrib/sqlite3/
Dsqlite3.c12023 #define BTREE_AUTOVACUUM_INCR 2 /* Incremental vacuum */ macro
60932 BTREE_AUTOVACUUM_INCR
110737 if( 0==sqlite3StrICmp(z, "incremental") ) return BTREE_AUTOVACUUM_INCR;