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

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 107 ** KEYWORDS: sqlite3_version
117 ** in the sqlite3_version[] string constant. The function is provided
123 SQLITE_EXTERN const char sqlite3_version[]; variable
    [all...]
  /external/sqlite/dist/orig/
sqlite3.h 116 ** KEYWORDS: sqlite3_version, sqlite3_sourceid
132 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
134 ** to the sqlite3_version[] string constant. The sqlite3_libversion()
144 SQLITE_API SQLITE_EXTERN const char sqlite3_version[]; variable
    [all...]
sqlite3.c 666 ** KEYWORDS: sqlite3_version, sqlite3_sourceid
682 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
684 ** to the sqlite3_version[] string constant. The sqlite3_libversion()
694 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION; variable
112469 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION; local
    [all...]
  /external/sqlite/dist/
sqlite3.h 116 ** KEYWORDS: sqlite3_version, sqlite3_sourceid
132 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
134 ** to the sqlite3_version[] string constant. The sqlite3_libversion()
144 SQLITE_API SQLITE_EXTERN const char sqlite3_version[]; variable
    [all...]
sqlite3.c 666 ** KEYWORDS: sqlite3_version, sqlite3_sourceid
682 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
684 ** to the sqlite3_version[] string constant. The sqlite3_libversion()
694 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION; variable
112505 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION; local
    [all...]

Completed in 62 milliseconds