Searched refs:SQLITE_VERSION (Results 1 - 12 of 12) sorted by last modified time

/external/sqlite/dist/orig/
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...]
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]
/external/sqlite/dist/
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...]
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]
/external/chromium_org/third_party/leveldatabase/src/doc/bench/
H A Ddb_bench_sqlite3.cc207 fprintf(stderr, "SQLite: version %s\n", SQLITE_VERSION);
/external/chromium_org/third_party/sqlite/amalgamation/
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...]
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]
/external/chromium_org/third_party/sqlite/src/
H A Dpublish.sh121 sed s/SQLITE_VERSION/$VERS/g $srcdir/spec.template > $HOME/rpm/SPECS/sqlite.spec
/external/chromium_org/third_party/sqlite/src/src/
H A Dmain.c31 ** contains the text of SQLITE_VERSION macro.
33 const char sqlite3_version[] = SQLITE_VERSION;
H A Dsqlite.h.in71 #ifdef SQLITE_VERSION
72 # undef SQLITE_VERSION
81 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
87 ** numbers used in [SQLITE_VERSION].)^
105 #define SQLITE_VERSION "--VERS--"
113 ** These interfaces provide the same information as the [SQLITE_VERSION],
124 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
127 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
H A Dtclsqlite.c3007 # define PACKAGE_VERSION SQLITE_VERSION
/external/chromium_org/third_party/sqlite/src/tool/
H A Dmksqlite3c.tcl41 regexp {#define\s+SQLITE_VERSION\s+"(.*)"} $line all VERSION
185 set line {const char sqlite3_version[] = SQLITE_VERSION;}

Completed in 4501 milliseconds