Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c24512 static void appendText(ShellText *p, const char *zAppend, char quote){ in appendText() function
H A Dsqlite3.c192208 static char *appendText(char *p, const char *z){ function