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

  /external/sqlite/dist/orig/
sqlite3.h 130 ** KEYWORDS: sqlite3_version sqlite3_sourceid
146 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
148 ** to the sqlite3_version[] string constant. The sqlite3_libversion()
158 SQLITE_API SQLITE_EXTERN const char sqlite3_version[]; variable
    [all...]
sqlite3.c 407 ** KEYWORDS: sqlite3_version sqlite3_sourceid
423 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
425 ** to the sqlite3_version[] string constant. The sqlite3_libversion()
435 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION; variable
139945 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION; local
    [all...]
  /external/sqlite/dist/
sqlite3.h 130 ** KEYWORDS: sqlite3_version sqlite3_sourceid
146 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
148 ** to the sqlite3_version[] string constant. The sqlite3_libversion()
158 SQLITE_API SQLITE_EXTERN const char sqlite3_version[]; variable
    [all...]
sqlite3.c 407 ** KEYWORDS: sqlite3_version sqlite3_sourceid
423 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
425 ** to the sqlite3_version[] string constant. The sqlite3_libversion()
435 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION; variable
139945 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION; local
    [all...]

Completed in 121 milliseconds