Lines Matching refs:sqlite3_version
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;
112502 /* IMPLEMENTATION-OF: R-46656-45156 The sqlite3_version[] string constant
112505 SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;
112509 ** a pointer to the to the sqlite3_version[] string constant.
112511 SQLITE_API const char *sqlite3_libversion(void){ return sqlite3_version; }