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/orig/
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.11"
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 626 #ifdef SQLITE_VERSION
627 # undef SQLITE_VERSION
636 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
642 ** numbers used in [SQLITE_VERSION].)^
658 ** [sqlite_version()] and [sqlite_source_id()].
660 #define SQLITE_VERSION "3.7.11"
668 ** These interfaces provide the same information as the [SQLITE_VERSION],
679 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
682 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
692 ** See also: [sqlite_version()] and [sqlite_source_id()]
    [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.11"
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 626 #ifdef SQLITE_VERSION
627 # undef SQLITE_VERSION
636 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
642 ** numbers used in [SQLITE_VERSION].)^
658 ** [sqlite_version()] and [sqlite_source_id()].
660 #define SQLITE_VERSION "3.7.11"
668 ** These interfaces provide the same information as the [SQLITE_VERSION],
679 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
682 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
692 ** See also: [sqlite_version()] and [sqlite_source_id()]
    [all...]

Completed in 66 milliseconds