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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile102 sqlite3_db_name.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h692 #define sqlite3_db_name sqlite3_api->db_name macro
H A Dsqlite3.h6594 ** ^The sqlite3_db_name(D,N) interface returns a pointer to the schema name
6600 ** Space to hold the string that is returned by sqlite3_db_name() is managed
6610 SQLITE_API const char *sqlite3_db_name(sqlite3 *db, int N);
H A Dsqlite3.c6907 ** ^The sqlite3_db_name(D,N) interface returns a pointer to the schema name
6913 ** Space to hold the string that is returned by sqlite3_db_name() is managed
6923 SQLITE_API const char *sqlite3_db_name(sqlite3 *db, int N);
136164 #define sqlite3_db_name macro
183020 SQLITE_API const char *sqlite3_db_name(sqlite3 *db, int N){ function
[all...]

Completed in 558 milliseconds