Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dmain.c4463 if( id>0 && id<=SQLITE_NTUNE ){ in sqlite3_test_control()
4465 }else if( id<0 && id>=-SQLITE_NTUNE ){ in sqlite3_test_control()
H A DsqliteInt.h3980 #define SQLITE_NTUNE 6 /* Should be zero for all trunk check-ins */ macro
4054 sqlite3_int64 aTune[SQLITE_NTUNE]; /* Tuning parameters */