OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sqlite3_db_name
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3ext.h
702
#define
sqlite3_db_name
sqlite3_api->db_name
macro
sqlite3ext.h
702
#define
sqlite3_db_name
sqlite3_api->db_name
macro
sqlite3.c
7303
** ^The
sqlite3_db_name
(D,N) interface returns a pointer to the schema name
7309
** Space to hold the string that is returned by
sqlite3_db_name
() is managed
7319
SQLITE_API const char *
sqlite3_db_name
(sqlite3 *db, int N);
142922
#define
sqlite3_db_name
macro
192069
SQLITE_API const char *
sqlite3_db_name
(sqlite3 *db, int N){
function
[
all
...]
sqlite3.c
7303
** ^The
sqlite3_db_name
(D,N) interface returns a pointer to the schema name
7309
** Space to hold the string that is returned by
sqlite3_db_name
() is managed
7319
SQLITE_API const char *
sqlite3_db_name
(sqlite3 *db, int N);
142922
#define
sqlite3_db_name
macro
192069
SQLITE_API const char *
sqlite3_db_name
(sqlite3 *db, int N){
function
[
all
...]
Completed in 189 milliseconds
Indexes created Wed May 06 00:24:28 UTC 2026