Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c712 typedef struct ShellText ShellText; typedef
713 struct ShellText { struct
722 static void initText(ShellText *p){ in initText()
725 static void freeText(ShellText *p){ in freeText()
738 static void appendText(ShellText *p, char const *zAppend, char quote){ in appendText()
838 ShellText s; in shellFakeSchema()
8943 ShellText *p = (ShellText*)pArg; in captureOutputCallback()
9994 ShellText sSelect; in dump_callback()
9995 ShellText sTable; in dump_callback()
13411 ShellText sSelect; in do_meta_command()
[all …]
/external/sqlite/dist/
Dshell.c718 typedef struct ShellText ShellText; typedef
719 struct ShellText { struct
728 static void initText(ShellText *p){ in initText()
731 static void freeText(ShellText *p){ in freeText()
744 static void appendText(ShellText *p, char const *zAppend, char quote){ in appendText()
844 ShellText s; in shellFakeSchema()
8949 ShellText *p = (ShellText*)pArg; in captureOutputCallback()
10000 ShellText sSelect; in dump_callback()
10001 ShellText sTable; in dump_callback()
13434 ShellText sSelect; in do_meta_command()
[all …]