Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3.h953 ** interrogated. The zDbName parameter is ignored.
6157 const char *zDbName, /* Name of the database */
6175 const char *zDbName, /* Name of the database */
6429 SQLITE_API sqlite3_filename sqlite3_db_filename(sqlite3 *db, const char *zDbName);
6439 SQLITE_API int sqlite3_db_readonly(sqlite3 *db, const char *zDbName);
6905 const char *zDbName, /* Database name or NULL */
8051 ** ^If the second parameter (zDbName) does not match the name of any
8056 ** an incorrect zDbName and an SQLITE_ERROR return from the underlying
8061 SQLITE_API int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*);
/third_party/sqlite/src/
H A Dshell.c24676 const char *zDbName = (const char*)sqlite3_column_text(pStmt, 1); in do_meta_command() local
24677 if( zDbName==0 ) continue; in do_meta_command()
24679 if( sqlite3_stricmp(zDbName, "main")==0 ){ in do_meta_command()
24683 appendText(&s, zDbName, '\''); in do_meta_command()
24686 appendText(&s, zDbName, '"'); in do_meta_command()
25183 const char *zDbName = nArg==2 ? azArg[1] : "main"; in do_meta_command() local
25186 sqlite3_file_control(p->db, zDbName, SQLITE_FCNTL_VFS_POINTER, &pVfs); in do_meta_command()
25215 const char *zDbName = nArg==2 ? azArg[1] : "main"; in do_meta_command() local
25218 sqlite3_file_control(p->db, zDbName, SQLITE_FCNTL_VFSNAME, &zVfsName); in do_meta_command()
26476 ** Returns a pointer to the given DB name's VFS. If zDbName i
26480 fiddle_db_vfs(const char *zDbName) global() argument
26509 fiddle_db_filename(const char * zDbName) global() argument
[all...]
H A Dsqlite3.c1263 ** interrogated. The zDbName parameter is ignored.
6466 const char *zDbName, /* Name of the database */
6484 const char *zDbName, /* Name of the database */
6738 SQLITE_API sqlite3_filename sqlite3_db_filename(sqlite3 *db, const char *zDbName);
6748 SQLITE_API int sqlite3_db_readonly(sqlite3 *db, const char *zDbName);
7214 const char *zDbName, /* Database name or NULL */
8360 ** ^If the second parameter (zDbName) does not match the name of any
8365 ** an incorrect zDbName and an SQLITE_ERROR return from the underlying
8370 SQLITE_API int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*);
120807 const char *zDbName = pParse->db->aDb[iDb].zDbSName; global() local
177244 sqlite3_table_column_metadata( sqlite3 *db, const char *zDbName, const char *zTableName, const char *zColumnName, char const **pzDataType, char const **pzCollSeq, int *pNotNull, int *pPrimaryKey, int *pAutoinc ) global() argument
177391 sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg) global() argument
178126 sqlite3DbNameToBtree(sqlite3 *db, const char *zDbName) global() argument
178153 sqlite3_db_filename(sqlite3 *db, const char *zDbName) global() argument
178169 sqlite3_db_readonly(sqlite3 *db, const char *zDbName) global() argument
[all...]

Completed in 173 milliseconds