Home
last modified time | relevance | path

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

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