Lines Matching defs:sqlite3_db_name
6690 ** ^The sqlite3_db_name(D,N) interface returns a pointer to the schema name
6696 ** Space to hold the string that is returned by sqlite3_db_name() is managed
6706 SQLITE_API const char *sqlite3_db_name(sqlite3 *db, int N);
132614 #define sqlite3_db_name sqlite3_api->db_name
133138 sqlite3_db_name,
178135 SQLITE_API const char *sqlite3_db_name(sqlite3 *db, int N){