Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c25654 static void printSchemaLine(FILE *out, const char *z, const char *zTail){ in printSchemaLine() function
26926 printSchemaLine(p->out, zSql, ";\n"); in dump_callback()