Searched refs:SQLITE_NTUNE (Results 1 – 2 of 2) sorted by relevance
4463 if( id>0 && id<=SQLITE_NTUNE ){ in sqlite3_test_control()4465 }else if( id<0 && id>=-SQLITE_NTUNE ){ in sqlite3_test_control()
3980 #define SQLITE_NTUNE 6 /* Should be zero for all trunk check-ins */ macro4054 sqlite3_int64 aTune[SQLITE_NTUNE]; /* Tuning parameters */