Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Ddbdump.c178 static char **tableColumnList(DState *p, const char *zTab){ in tableColumnList() function
428 azTCol = tableColumnList(p, zTable); in dump_callback()
/sqlite-3.40.0/src/
H A Dshell.c.in4023 ** Release memory previously allocated by tableColumnList().
4047 static char **tableColumnList(ShellState *p, const char *zTab){ function
4214 azCol = tableColumnList(p, zTable);