Searched refs:SQLITE_ENABLE_FTS3 (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c11395 ** SQLITE_ENABLE_FTS3 macro. But to avoid confusion we also all
11396 ** the SQLITE_ENABLE_FTS4 macro to serve as an alisse for SQLITE_ENABLE_FTS3.
11398 #if defined(SQLITE_ENABLE_FTS4) && !defined(SQLITE_ENABLE_FTS3)
11399 # define SQLITE_ENABLE_FTS3 macro
11407 (defined(SQLITE_ENABLE_FTS3) && defined(SQLITE_AMALGAMATION))
12457 #ifdef SQLITE_ENABLE_FTS3
115893 # define SQLITE_ENABLE_FTS3 macro
[all...]

Completed in 403 milliseconds