Home
last modified time | relevance | path

Searched refs:zSchemaTab (Results 1 – 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
Dshell.c11086 char *zSchemaTab; in shell_dbinfo_command() local
11125 zSchemaTab = sqlite3_mprintf("main.sqlite_master"); in shell_dbinfo_command()
11127 zSchemaTab = sqlite3_mprintf("%s", "sqlite_temp_master"); in shell_dbinfo_command()
11129 zSchemaTab = sqlite3_mprintf("\"%w\".sqlite_master", zDb); in shell_dbinfo_command()
11132 char *zSql = sqlite3_mprintf(aQuery[i].zSql, zSchemaTab); in shell_dbinfo_command()
11137 sqlite3_free(zSchemaTab); in shell_dbinfo_command()
/external/sqlite/dist/
Dshell.c11109 char *zSchemaTab; in shell_dbinfo_command() local
11148 zSchemaTab = sqlite3_mprintf("main.sqlite_master"); in shell_dbinfo_command()
11150 zSchemaTab = sqlite3_mprintf("%s", "sqlite_temp_master"); in shell_dbinfo_command()
11152 zSchemaTab = sqlite3_mprintf("\"%w\".sqlite_master", zDb); in shell_dbinfo_command()
11155 char *zSql = sqlite3_mprintf(aQuery[i].zSql, zSchemaTab); in shell_dbinfo_command()
11160 sqlite3_free(zSchemaTab); in shell_dbinfo_command()