Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c22677 static void printSchemaLine(FILE *out, const char *z, const char *zTail){ in printSchemaLine() function
22708 printSchemaLine(out, z, zTail); in printSchemaLineN()
22967 printSchemaLine(p->out, azArg[0], ";\n"); in shell_callback()
23048 printSchemaLine(p->out, z, ";\n"); in shell_callback()
25159 printSchemaLine(p->out, zSql, ";\n"); in dump_callback()