HomeSort by relevance Sort by last modified time
    Searched defs:SQLITE_VERSION (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 76 #ifdef SQLITE_VERSION
77 # undef SQLITE_VERSION
86 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
92 ** numbers used in [SQLITE_VERSION].)^
108 ** [sqlite_version()] and [sqlite_source_id()].
110 #define SQLITE_VERSION "3.7.6.3"
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]
142 ** See also: [sqlite_version()] and [sqlite_source_id()]
    [all...]
sqlite3.c 619 #ifdef SQLITE_VERSION
620 # undef SQLITE_VERSION
629 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
635 ** numbers used in [SQLITE_VERSION].)^
651 ** [sqlite_version()] and [sqlite_source_id()].
653 #define SQLITE_VERSION "3.7.6.3"
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]
685 ** See also: [sqlite_version()] and [sqlite_source_id()]
    [all...]

Completed in 704 milliseconds