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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h76 #ifdef SQLITE_VERSION
77 # undef SQLITE_VERSION macro
86 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
92 ** numbers used in [SQLITE_VERSION].)^
110 #define SQLITE_VERSION "3.7.10" macro
118 ** These interfaces provide the same information as the [SQLITE_VERSION],
129 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
132 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
H A Dsqlite3.c626 #ifdef SQLITE_VERSION
627 # undef SQLITE_VERSION macro
636 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
642 ** numbers used in [SQLITE_VERSION].)^
660 #define SQLITE_VERSION "3.7.10" macro
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]
694 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;
[all...]

Completed in 418 milliseconds