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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c20474 # undef SQLITE_ENABLE_FTS3 macro
20480 ** SQLITE_ENABLE_FTS3 macro. But to avoid confusion we also call
20481 ** the SQLITE_ENABLE_FTS4 macro to serve as an alias for SQLITE_ENABLE_FTS3.
20483 #if defined(SQLITE_ENABLE_FTS4) && !defined(SQLITE_ENABLE_FTS3)
20484 # define SQLITE_ENABLE_FTS3 1 macro
20492 (defined(SQLITE_ENABLE_FTS3) && defined(SQLITE_AMALGAMATION))
22035 #ifdef SQLITE_ENABLE_FTS3
183905 # undef SQLITE_ENABLE_FTS3 macro
183915 # define SQLITE_ENABLE_FTS3 macro
[all...]

Completed in 641 milliseconds