Lines Matching refs:ShellText
1908 typedef struct ShellText ShellText; typedef
1909 struct ShellText { struct
1918 static void initText(ShellText *p){ in initText()
1921 static void freeText(ShellText *p){ in freeText()
1934 static void appendText(ShellText *p, const char *zAppend, char quote){ in appendText()
1999 ShellText s; in shellFakeSchema()
20899 ShellText *p = (ShellText*)pArg; in captureOutputCallback()
22634 ShellText sSelect; in dump_callback()
22635 ShellText sTable; in dump_callback()
28105 ShellText sSelect; in do_meta_command()
28480 ShellText str; /* Answer for a query */ in do_meta_command()
28603 ShellText sSql; /* Complete SQL for the query to run the hash */ in do_meta_command()
28604 ShellText sQuery; /* Set of queries used to read all content */ in do_meta_command()
28871 ShellText s; in do_meta_command()