Lines Matching refs:ShellText
793 typedef struct ShellText ShellText; typedef
794 struct ShellText { struct
803 static void initText(ShellText *p){ in initText()
806 static void freeText(ShellText *p){ in freeText()
819 static void appendText(ShellText *p, char const *zAppend, char quote){ in appendText()
883 ShellText s; in shellFakeSchema()
10945 ShellText *p = (ShellText*)pArg; in captureOutputCallback()
12087 ShellText sSelect; in dump_callback()
12088 ShellText sTable; in dump_callback()
17360 ShellText sSelect; in do_meta_command()
17719 ShellText str; /* Answer for a query */ in do_meta_command()
17843 ShellText sSql; /* Complete SQL for the query to run the hash */ in do_meta_command()
17844 ShellText sQuery; /* Set of queries used to read all content */ in do_meta_command()
18024 ShellText s; in do_meta_command()