Lines Matching refs:ShellText
712 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()
13763 ShellText str; /* Answer for a query */ in do_meta_command()
13887 ShellText sSql; /* Complete SQL for the query to run the hash */ in do_meta_command()
13888 ShellText sQuery; /* Set of queries used to read all content */ in do_meta_command()
14068 ShellText s; in do_meta_command()