Home
last modified time | relevance | path

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

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