Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c24474 static void appendText(ShellText *p, const char *zAppend, char quote){ in appendText() function
24556 appendText(&s, zSchema, cQuote); in shellFakeSchema()
24557 appendText(&s, ".", 0); in shellFakeSchema()
24560 appendText(&s, zName, cQuote); in shellFakeSchema()
24564 appendText(&s, zDiv, 0); in shellFakeSchema()
24568 appendText(&s, zCol, cQuote); in shellFakeSchema()
24570 appendText(&s, ")", 0); in shellFakeSchema()
25823 if( p->n ) appendText(p, "|", 0); in captureOutputCallback()
25825 if( i ) appendText(p, ",", 0); in captureOutputCallback()
25826 if( azArg[i] ) appendText(p, azArg[i], 0); in captureOutputCallback()
[all …]
H A Dsqlite3.c191913 static char *appendText(char *p, const char *z){ function
191946 p = appendText(p, zDatabase);
191948 p = appendText(p, azParam[i]);
191951 p = appendText(p, zJournal);
191952 p = appendText(p, zWal);