Lines Matching defs:SQLITE_VERSION
422 #ifdef SQLITE_VERSION
423 # undef SQLITE_VERSION
432 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
438 ** numbers used in [SQLITE_VERSION].)^
459 #define SQLITE_VERSION "3.40.1"
467 ** These interfaces provide the same information as the [SQLITE_VERSION],
478 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
481 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
495 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;
173507 ** contains the text of SQLITE_VERSION macro.
173509 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;