Searched refs:appendText (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | shell.c | 896 appendText(&s, zSchema, cQuote); in shellFakeSchema() 897 appendText(&s, ".", 0); in shellFakeSchema() 900 appendText(&s, zName, cQuote); in shellFakeSchema() 904 appendText(&s, zDiv, 0); in shellFakeSchema() 907 appendText(&s, zCol, cQuote); in shellFakeSchema() 909 appendText(&s, ")", 0); in shellFakeSchema() 10951 if( i ) appendText(p, ",", 0); in captureOutputCallback() 17441 appendText(&sSelect, in do_meta_command() 17751 appendText(&str, "x", 0); in do_meta_command() 17916 appendText(&sSql, zSep, 0); in do_meta_command() [all …]
|
| H A D | sqlite3.c | 164393 static char *appendText(char *p, const char *z){ 164426 p = appendText(p, zDatabase); 164428 p = appendText(p, azParam[i]); 164431 p = appendText(p, zJournal); 164432 p = appendText(p, zWal);
|