Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3.h112 #ifdef SQLITE_VERSION
113 # undef SQLITE_VERSION macro
122 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
128 ** numbers used in [SQLITE_VERSION].)^
149 #define SQLITE_VERSION "3.40.1" macro
157 ** These interfaces provide the same information as the [SQLITE_VERSION],
168 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
171 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
/third_party/sqlite/src/
H A Dsqlite3.c422 #ifdef SQLITE_VERSION
423 # undef SQLITE_VERSION macro
432 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
438 ** numbers used in [SQLITE_VERSION].)^
459 #define SQLITE_VERSION "3.40.1" macro
467 ** These interfaces provide the same information as the [SQLITE_VERSION],
478 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
481 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
495 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;
[all...]

Completed in 140 milliseconds