Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Ddbdump.c94 static void appendText(DText *p, char const *zAppend, char quote){ in appendText() function
/sqlite-3.40.0/src/
H A Dmain.c4498 static char *appendText(char *p, const char *z){ in appendText() function
H A Dshell.c.in833 static void appendText(ShellText *p, const char *zAppend, char quote){ function