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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c11169 ** SQLITE_ENABLE_FTS3 macro. But to avoid confusion we also all
11170 ** the SQLITE_ENABLE_FTS4 macro to serve as an alisse for SQLITE_ENABLE_FTS3.
11172 #if defined(SQLITE_ENABLE_FTS4) && !defined(SQLITE_ENABLE_FTS3)
11173 # define SQLITE_ENABLE_FTS3 macro
11181 (defined(SQLITE_ENABLE_FTS3) && defined(SQLITE_AMALGAMATION))
12203 #ifdef SQLITE_ENABLE_FTS3
113756 # define SQLITE_ENABLE_FTS3 macro
[all...]

Completed in 325 milliseconds