Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c24486 typedef struct ShellText ShellText; typedef
24487 struct ShellText { struct
24496 static void initText(ShellText *p){ in initText()
24499 static void freeText(ShellText *p){ in freeText()
24512 static void appendText(ShellText *p, const char *zAppend, char quote){ in appendText()
24580 ShellText s; in shellFakeSchema()
25857 ShellText *p = (ShellText*)pArg; in captureOutputCallback()
26930 ShellText sSelect; in dump_callback()
26931 ShellText sTable; in dump_callback()
34499 ShellText str; /* Answer for a query */ in do_meta_command()
[all …]