Lines Matching defs:ShellText
1908 typedef struct ShellText ShellText;
1909 struct ShellText {
1916 ** Initialize and destroy a ShellText object
1918 static void initText(ShellText *p){
1921 static void freeText(ShellText *p){
1934 static void appendText(ShellText *p, const char *zAppend, char quote){
1999 ShellText s;
20896 ** output onto the end of a ShellText object.
20899 ShellText *p = (ShellText*)pArg;
22634 ShellText sSelect;
22635 ShellText sTable;
28105 ShellText sSelect;
28480 ShellText str; /* Answer for a query */
28603 ShellText sSql; /* Complete SQL for the query to run the hash */
28604 ShellText sQuery; /* Set of queries used to read all content */
28871 ShellText s;