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