Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c10424 static void printSchemaLine(FILE *out, const char *z, const char *zTail){ in printSchemaLine() function
10436 printSchemaLine(out, z, zTail); in printSchemaLineN()
10672 printSchemaLine(p->out, azArg[0], ";\n"); in shell_callback()
10736 printSchemaLine(p->out, z, ";\n"); in shell_callback()
12083 printSchemaLine(p->out, zSql, ";\n"); in dump_callback()