Lines Matching defs:SQLITE_VERSION
425 #ifdef SQLITE_VERSION
426 # undef SQLITE_VERSION
435 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
441 ** numbers used in [SQLITE_VERSION].)^
462 #define SQLITE_VERSION "3.46.1"
470 ** These interfaces provide the same information as the [SQLITE_VERSION],
481 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
484 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
498 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;
179848 ** contains the text of SQLITE_VERSION macro.
179850 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;