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

/external/sqlite/dist/orig/
H A Dsqlite3.h89 #ifdef SQLITE_VERSION
90 # undef SQLITE_VERSION macro
99 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
105 ** numbers used in [SQLITE_VERSION].)^
124 #define SQLITE_VERSION "3.18.2" macro
132 ** These interfaces provide the same information as the [SQLITE_VERSION],
143 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
146 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
H A Dsqlite3.c366 #ifdef SQLITE_VERSION
367 # undef SQLITE_VERSION macro
376 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
382 ** numbers used in [SQLITE_VERSION].)^
401 #define SQLITE_VERSION "3.18.2" macro
409 ** These interfaces provide the same information as the [SQLITE_VERSION],
420 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
423 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
435 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;
[all...]
/external/sqlite/dist/
H A Dsqlite3.h89 #ifdef SQLITE_VERSION
90 # undef SQLITE_VERSION macro
99 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
105 ** numbers used in [SQLITE_VERSION].)^
124 #define SQLITE_VERSION "3.18.2" macro
132 ** These interfaces provide the same information as the [SQLITE_VERSION],
143 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
146 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
H A Dsqlite3.c366 #ifdef SQLITE_VERSION
367 # undef SQLITE_VERSION macro
376 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
382 ** numbers used in [SQLITE_VERSION].)^
401 #define SQLITE_VERSION "3.18.2" macro
409 ** These interfaces provide the same information as the [SQLITE_VERSION],
420 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
423 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
435 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;
[all...]

Completed in 690 milliseconds