Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c1920 static void appendText(ShellText *p, const char *zAppend, char quote){ in appendText() function
1999 appendText(&s, zSchema, cQuote); in shellFakeSchema()
2000 appendText(&s, ".", 0); in shellFakeSchema()
2003 appendText(&s, zName, cQuote); in shellFakeSchema()
2007 appendText(&s, zDiv, 0); in shellFakeSchema()
2011 appendText(&s, zCol, cQuote); in shellFakeSchema()
2013 appendText(&s, ")", 0); in shellFakeSchema()
19640 if( p->n ) appendText(p, "|", 0); in captureOutputCallback()
19642 if( i ) appendText(p, ",", 0); in captureOutputCallback()
19643 if( azArg[i] ) appendText(p, azArg[i], 0); in captureOutputCallback()
[all …]
H A Dsqlite3.c182860 static char *appendText(char *p, const char *z){
182893 p = appendText(p, zDatabase);
182895 p = appendText(p, azParam[i]);
182898 p = appendText(p, zJournal);
182899 p = appendText(p, zWal);