Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Ddbdump.c432 appendText(&sTable, "INSERT INTO ", 0); in dump_callback()
443 appendText(&sTable, "(", 0); in dump_callback()
444 appendText(&sTable, azTCol[0], 0); in dump_callback()
446 appendText(&sTable, ",", 0); in dump_callback()
449 appendText(&sTable, ")", 0); in dump_callback()
451 appendText(&sTable, " VALUES(", 0); in dump_callback()
455 appendText(&sSelect, "SELECT ", 0); in dump_callback()
457 appendText(&sSelect, azTCol[0], 0); in dump_callback()
458 appendText(&sSelect, ",", 0); in dump_callback()
463 appendText(&sSelect, ",", 0); in dump_callback()
[all …]
/sqlite-3.40.0/src/
H A Dshell.c.in911 appendText(&s, zSchema, cQuote);
912 appendText(&s, ".", 0);
915 appendText(&s, zName, cQuote);
919 appendText(&s, zDiv, 0);
923 appendText(&s, zCol, cQuote);
925 appendText(&s, ")", 0);
2552 if( i ) appendText(p, ",", 0);
9630 appendText(&sSelect,
9952 appendText(&str, "x", 0);
10119 appendText(&sSql, zSep, 0);
[all …]
H A Dmain.c4498 static char *appendText(char *p, const char *z){ in appendText() function
4531 p = appendText(p, zDatabase); in sqlite3_create_filename()
4533 p = appendText(p, azParam[i]); in sqlite3_create_filename()
4536 p = appendText(p, zJournal); in sqlite3_create_filename()
4537 p = appendText(p, zWal); in sqlite3_create_filename()