Searched defs:zTab (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 15423 const char *zTab, /* Table name */ in idxGetTableInfo() 16031 const char *zTab = pTab->zName; in idxProcessOneTrigger() local 16133 const char *zTab, in expertDbContainsObject() 16404 const char *zTab, in idxPopulateOneStat1() 16507 static int idxBuildSampleTable(sqlite3expert *p, const char *zTab){ in idxBuildSampleTable() 16589 const char *zTab = (const char*)sqlite3_column_text(pAllIndex, 1); in idxPopulateStat1() local 20773 char *zTab; /* Name of table */ member 22164 const char *zTab, in recoverLostAndFoundInsert() 22349 char *zTab = 0; /* Name of lost_and_found table */ in recoverLostAndFound3Init() local 26715 static char **tableColumnList(ShellState *p, const char *zTab){ in tableColumnList() [all …]
|
| H A D | sqlite3.c | 104760 const char *zTab; /* Name of the virtual table */ local 110453 const char *zTab, 110554 const char *zTab, /* Name as it appears in the SQL */ 110606 const char *zTab, /* Name of table containing column, or NULL */ 120648 const char *zTab, /* Table to check for empty */ 120670 const char *zTab; /* Table name */ local 123619 const char *zTab = aTable[i].zName; local 126168 const char *zTab, /* Table name */ 129698 char zTab[24]; local 129858 const char *zTab = SCHEMA_TABLE(iDb); local [all …]
|