Home | History | Annotate | Download | only in orig

Lines Matching defs:SQLITE_VERSION

626 #ifdef SQLITE_VERSION
627 # undef SQLITE_VERSION
636 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
642 ** numbers used in [SQLITE_VERSION].)^
658 ** [sqlite_version()] and [sqlite_source_id()].
660 #define SQLITE_VERSION "3.7.11"
668 ** These interfaces provide the same information as the [SQLITE_VERSION],
679 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
682 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
692 ** See also: [sqlite_version()] and [sqlite_source_id()].
694 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;
86876 ** Implementation of the sqlite_version() function. The result is the version
87689 FUNCTION(sqlite_version, 0, 0, 0, versionFunc ),
112467 ** contains the text of SQLITE_VERSION macro.
112469 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;