Searched refs:appendText (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | shell.c | 941 appendText(&s, zSchema, cQuote); in shellFakeSchema() 942 appendText(&s, ".", 0); in shellFakeSchema() 945 appendText(&s, zName, cQuote); in shellFakeSchema() 949 appendText(&s, zDiv, 0); in shellFakeSchema() 952 appendText(&s, zCol, cQuote); in shellFakeSchema() 954 appendText(&s, ")", 0); in shellFakeSchema() 13525 if( i ) appendText(p, ",", 0); in captureOutputCallback() 20549 appendText(&sSelect, in do_meta_command() 20863 appendText(&str, "x", 0); in do_meta_command() 21028 appendText(&sSql, zSep, 0); in do_meta_command() [all …]
|
| H A D | sqlite3.c | 170992 static char *appendText(char *p, const char *z){ 171025 p = appendText(p, zDatabase); 171027 p = appendText(p, azParam[i]); 171030 p = appendText(p, zJournal); 171031 p = appendText(p, zWal);
|