Home
last modified time | relevance | path

Searched refs:sqlite3_libversion (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Modules/_sqlite/
H A Dmodule.c742 if (PyModule_AddStringConstant(module, "sqlite_version", sqlite3_libversion())) { in module_exec()
/third_party/sqlite/include/
H A Dsqlite3ext.h465 #define sqlite3_libversion sqlite3_api->libversion macro
H A Dsqlite3.h145 ** See also: [sqlite3_libversion()],
168 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
172 ** macro. ^The sqlite3_libversion() function returns a pointer to the
173 ** to the sqlite3_version[] string constant. The sqlite3_libversion()
186 SQLITE_API const char *sqlite3_libversion(void);
/third_party/sqlite/src/
H A Dshell.c25165 sqlite3_libversion(), sqlite3_sourceid()); in do_meta_command()
26266 printf("%s %s\n", sqlite3_libversion(), sqlite3_sourceid());
26387 sqlite3_libversion(), sqlite3_sourceid()
H A Dsqlite3.c455 ** See also: [sqlite3_libversion()],
478 ** assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 );
482 ** macro. ^The sqlite3_libversion() function returns a pointer to the
483 ** to the sqlite3_version[] string constant. The sqlite3_libversion()
496 SQLITE_API const char *sqlite3_libversion(void);
132388 #define sqlite3_libversion global() macro
173515 SQLITE_API const char *sqlite3_libversion(void){ return sqlite3_version; } global() function
[all...]

Completed in 190 milliseconds