Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c20170 #define SQLITE_NTUNE 6 /* Should be zero for all trunk check-ins */ macro
20253 sqlite3_int64 aTune[SQLITE_NTUNE]; /* Tuning parameters */
184419 if( id>0 && id<=SQLITE_NTUNE ){
184421 }else if( id<0 && id>=-SQLITE_NTUNE ){