Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c24448 typedef struct ShellText ShellText; typedef
24449 struct ShellText { struct
24458 static void initText(ShellText *p){ in initText()
24461 static void freeText(ShellText *p){ in freeText()
24474 static void appendText(ShellText *p, const char *zAppend, char quote){ in appendText()
24542 ShellText s; in shellFakeSchema()
25819 ShellText *p = (ShellText*)pArg; in captureOutputCallback()
26892 ShellText sSelect; in dump_callback()
26893 ShellText sTable; in dump_callback()
34436 ShellText str; /* Answer for a query */ in do_meta_command()
[all …]