Searched refs:sqlite3_version (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h116 ** 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
H A Dsqlite3.c669 ** KEYWORDS: sqlite3_version, sqlite3_sourceid
685 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
687 ** to the sqlite3_version[] string constant. The sqlite3_libversion()
697 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION; variable
110177 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION; local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h132 ** KEYWORDS: sqlite3_version sqlite3_sourceid
148 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
150 ** to the sqlite3_version[] string constant. The sqlite3_libversion()
162 SQLITE_API SQLITE_EXTERN const char sqlite3_version[]; variable
H A Dsqlite3.c1195 ** KEYWORDS: sqlite3_version sqlite3_sourceid
1211 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
1213 ** to the sqlite3_version[] string constant. The sqlite3_libversion()
1225 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION; variable
164158 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION; local
[all...]

Completed in 885 milliseconds