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

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 73 #ifdef SQLITE_VERSION
74 # undef SQLITE_VERSION
83 ** The SQLITE_VERSION and SQLITE_VERSION_NUMBER #defines in
102 #define SQLITE_VERSION "3.6.12"
109 ** These features provide the same information as the [SQLITE_VERSION]
    [all...]
  /external/sqlite/dist/
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.4"
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.h.orig 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.4"
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 623 #ifdef SQLITE_VERSION
624 # undef SQLITE_VERSION
633 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
639 ** numbers used in [SQLITE_VERSION].)^
655 ** [sqlite_version()] and [sqlite_source_id()].
657 #define SQLITE_VERSION "3.7.4"
665 ** These interfaces provide the same information as the [SQLITE_VERSION],
676 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
679 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
689 ** See also: [sqlite_version()] and [sqlite_source_id()]
    [all...]
sqlite3.c.orig 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.4"
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 23 milliseconds