Home
last modified time | relevance | path

Searched refs:SQLITE_VERSION (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h50 #ifdef SQLITE_VERSION
51 # undef SQLITE_VERSION
84 #define SQLITE_VERSION "3.4.0" macro
/external/sqlite/dist/
Dsqlite3.h76 #ifdef SQLITE_VERSION
77 # undef SQLITE_VERSION
110 #define SQLITE_VERSION "3.6.22" macro
Dsqlite3.h.orig76 #ifdef SQLITE_VERSION
77 # undef SQLITE_VERSION
86 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
92 ** numbers used in [SQLITE_VERSION].)^
110 #define SQLITE_VERSION "3.6.22"
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]
Dsqlite3.c600 #ifdef SQLITE_VERSION
601 # undef SQLITE_VERSION
634 #define SQLITE_VERSION "3.6.22" macro
668 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;
95489 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;
Dsqlite3.c.orig600 #ifdef SQLITE_VERSION
601 # undef SQLITE_VERSION
610 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
616 ** numbers used in [SQLITE_VERSION].)^
634 #define SQLITE_VERSION "3.6.22"
642 ** These interfaces provide the same information as the [SQLITE_VERSION],
653 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
656 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
668 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;
95476 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;