Searched defs:appendText (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dvacuum.c54 static void appendText(dynStr *p, const char *zText, int nText){ function
76 appendText(p, "'", 1);
79 appendText(p, &zText[j], i-j+1);
81 appendText(p, "'", 1);
85 appendText(p, &zText[j], i-j);
87 appendText(p, "'", 1);
119 appendText(&p->s2, "INSERT INTO ", -1);
121 appendText(&p->s2, " VALUES", -1);
123 appendText(&p->s2, zSep, 1);
126 appendText(
[all...]

Completed in 44 milliseconds