Lines Matching defs:sqlite3_version
468 ** KEYWORDS: sqlite3_version sqlite3_sourceid
484 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
486 ** to the sqlite3_version[] string constant. The sqlite3_libversion()
498 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;
179847 /* IMPLEMENTATION-OF: R-46656-45156 The sqlite3_version[] string constant
179850 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;
179854 ** a pointer to the to the sqlite3_version[] string constant.
179856 SQLITE_API const char *sqlite3_libversion(void){ return sqlite3_version; }