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

/external/sqlite/dist/orig/
H A Dsqlite3.h80 #ifdef SQLITE_VERSION
81 # undef SQLITE_VERSION macro
90 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
96 ** numbers used in [SQLITE_VERSION].)^
114 #define SQLITE_VERSION "3.9.2" macro
122 ** These interfaces provide the same information as the [SQLITE_VERSION],
133 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
136 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
H A Dsqlite3.c294 #ifdef SQLITE_VERSION
295 # undef SQLITE_VERSION macro
304 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
310 ** numbers used in [SQLITE_VERSION].)^
328 #define SQLITE_VERSION "3.9.2" macro
336 ** These interfaces provide the same information as the [SQLITE_VERSION],
347 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
350 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
362 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;
[all...]
/external/sqlite/dist/
H A Dsqlite3.h80 #ifdef SQLITE_VERSION
81 # undef SQLITE_VERSION macro
90 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
96 ** numbers used in [SQLITE_VERSION].)^
114 #define SQLITE_VERSION "3.9.2" macro
122 ** These interfaces provide the same information as the [SQLITE_VERSION],
133 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
136 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
H A Dsqlite3.c294 #ifdef SQLITE_VERSION
295 # undef SQLITE_VERSION macro
304 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
310 ** numbers used in [SQLITE_VERSION].)^
328 #define SQLITE_VERSION "3.9.2" macro
336 ** These interfaces provide the same information as the [SQLITE_VERSION],
347 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
350 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
362 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;
[all...]

Completed in 684 milliseconds