Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c12965 static void printSchemaLine(FILE *out, const char *z, const char *zTail){ in printSchemaLine() function
12977 printSchemaLine(out, z, zTail); in printSchemaLineN()
13204 printSchemaLine(p->out, azArg[0], ";\n"); in shell_callback()
13268 printSchemaLine(p->out, z, ";\n"); in shell_callback()
14897 printSchemaLine(p->out, zSql, ";\n"); in dump_callback()