Home
last modified time | relevance | path

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

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Ddbstat.c586 const char *zDbase = (const char*)sqlite3_value_text(argv[0]); in statFilter() local
H A Dbuild.c343 const char *zDbase /* Name of the database. Might be NULL */ in sqlite3LocateTable()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Ddbstat.c704 const char *zDbase = (const char*)sqlite3_value_text(argv[iArg++]); in statFilter() local
H A Dbuild.c422 const char *zDbase /* Name of the database. Might be NULL */ in sqlite3LocateTable()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Ddbstat.c701 const char *zDbase = (const char*)sqlite3_value_text(argv[iArg++]); in statFilter() local
H A Dbuild.c347 const char *zDbase /* Name of the database. Might be NULL */ in sqlite3LocateTable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Ddbstat.c704 const char *zDbase = (const char*)sqlite3_value_text(argv[iArg++]); in statFilter() local
H A Dbuild.c392 const char *zDbase /* Name of the database. Might be NULL */ in sqlite3LocateTable()
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dbuild.c128 Table *sqliteLocateTable(Parse *pParse, const char *zName, const char *zDbase){ in sqliteLocateTable()
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dbuild.c128 Table *sqliteLocateTable(Parse *pParse, const char *zName, const char *zDbase){ in sqliteLocateTable()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dbuild.c301 const char *zDbase /* Name of the database. Might be NULL */ in sqlite3LocateTable()