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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
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.8" 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.c629 #ifdef SQLITE_VERSION
630 # undef SQLITE_VERSION macro
639 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
645 ** numbers used in [SQLITE_VERSION].)^
663 #define SQLITE_VERSION "3.7.8" macro
671 ** These interfaces provide the same information as the [SQLITE_VERSION],
682 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
685 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
697 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;
[all...]

Completed in 442 milliseconds