Searched refs:appendText (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c832 static void appendText(ShellText *p, char const *zAppend, char quote){ function
909 appendText(&s, zSchema, cQuote);
910 appendText(&s, ".", 0);
913 appendText(&s, zName, cQuote);
917 appendText(&s, zDiv, 0);
920 appendText(&s, zCol, cQuote);
922 appendText(&s, ")", 0);
12521 if( p->n ) appendText(p, "|", 0);
12523 if( i ) appendText(p, ",", 0);
12524 if( azArg[i] ) appendText(
[all...]
H A Dsqlite3.c168360 static char *appendText(char *p, const char *z){ function
[all...]

Completed in 496 milliseconds