Lines Matching defs:sqlite3_version
465 ** KEYWORDS: sqlite3_version sqlite3_sourceid
481 ** ^The sqlite3_version[] string constant contains the text of [SQLITE_VERSION]
483 ** to the sqlite3_version[] string constant. The sqlite3_libversion()
495 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;
173506 /* IMPLEMENTATION-OF: R-46656-45156 The sqlite3_version[] string constant
173509 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;
173513 ** a pointer to the to the sqlite3_version[] string constant.
173515 SQLITE_API const char *sqlite3_libversion(void){ return sqlite3_version; }