Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c20100 #define SQLITE_NTUNE 6 /* Should be zero for all trunk check-ins */ macro
20178 sqlite3_int64 aTune[SQLITE_NTUNE]; /* Tuning parameters */
182803 if( id>0 && id<=SQLITE_NTUNE ){
182805 }else if( id<0 && id>=-SQLITE_NTUNE ){