Searched defs:SQLITE_VERSION (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/amalgamation/
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.6.3" 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.c619 #ifdef SQLITE_VERSION
620 # undef SQLITE_VERSION macro
629 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
635 ** numbers used in [SQLITE_VERSION].)^
653 #define SQLITE_VERSION "3.7.6.3" macro
661 ** These interfaces provide the same information as the [SQLITE_VERSION],
672 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
675 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
687 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;
[all...]
/external/sqlite/dist/orig/
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.8.6" 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.c191 #ifdef SQLITE_VERSION
192 # undef SQLITE_VERSION macro
201 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
207 ** numbers used in [SQLITE_VERSION].)^
225 #define SQLITE_VERSION "3.8.6" macro
233 ** These interfaces provide the same information as the [SQLITE_VERSION],
244 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
247 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
259 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;
[all...]
/external/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.8.6" 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.c191 #ifdef SQLITE_VERSION
192 # undef SQLITE_VERSION macro
201 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
207 ** numbers used in [SQLITE_VERSION].)^
225 #define SQLITE_VERSION "3.8.6" macro
233 ** These interfaces provide the same information as the [SQLITE_VERSION],
244 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
247 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
259 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;
[all...]

Completed in 3106 milliseconds