Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c1894 typedef struct ShellText ShellText; typedef
1895 struct ShellText { struct
1904 static void initText(ShellText *p){ in initText()
1907 static void freeText(ShellText *p){ in freeText()
1920 static void appendText(ShellText *p, const char *zAppend, char quote){ in appendText()
1985 ShellText s; in shellFakeSchema()
19636 ShellText *p = (ShellText*)pArg; in captureOutputCallback()
21371 ShellText sSelect; in dump_callback()
21372 ShellText sTable; in dump_callback()
26735 ShellText sSelect; in do_meta_command()
[all …]