Searched refs:appendText (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | shell.c | 2013 appendText(&s, zSchema, cQuote); in shellFakeSchema() 2014 appendText(&s, ".", 0); in shellFakeSchema() 2017 appendText(&s, zName, cQuote); in shellFakeSchema() 2021 appendText(&s, zDiv, 0); in shellFakeSchema() 2025 appendText(&s, zCol, cQuote); in shellFakeSchema() 2027 appendText(&s, ")", 0); in shellFakeSchema() 20905 if( i ) appendText(p, ",", 0); in captureOutputCallback() 28197 appendText(&sSelect, in do_meta_command() 28511 appendText(&str, "x", 0); in do_meta_command() 28676 appendText(&sSql, zSep, 0); in do_meta_command() [all …]
|
| H A D | sqlite3.c | 184476 static char *appendText(char *p, const char *z){ 184509 p = appendText(p, zDatabase); 184511 p = appendText(p, azParam[i]); 184514 p = appendText(p, zJournal); 184515 p = appendText(p, zWal);
|