Home
last modified time | relevance | path

Searched defs:zDbase (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Ddbstat.c750 const char *zDbase = (const char*)sqlite3_value_text(argv[iArg++]); in statFilter() local
H A Dbuild.c437 const char *zDbase /* Name of the database. Might be NULL */ in sqlite3LocateTable()