Home
last modified time | relevance | path

Searched refs:sqlite3_db_name (Results 1 - 3 of 3) sorted by relevance

/third_party/sqlite/include/
H A Dsqlite3ext.h691 #define sqlite3_db_name sqlite3_api->db_name macro
H A Dsqlite3.h6381 ** ^The sqlite3_db_name(D,N) interface returns a pointer to the schema name
6387 ** Space to hold the string that is returned by sqlite3_db_name() is managed
6397 SQLITE_API const char *sqlite3_db_name(sqlite3 *db, int N);
/third_party/sqlite/src/
H A Dsqlite3.c6690 ** ^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 global() macro
178135 SQLITE_API const char *sqlite3_db_name(sqlite3 *db, int N){ global() function
[all...]

Completed in 148 milliseconds