Home
last modified time | relevance | path

Searched defs:zAppend (Results 1 – 6 of 6) 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()
/sqlite-3.40.0/src/
H A Dtest_vfstrace.c281 static void strappend(char *z, int *pI, const char *zAppend){ in strappend()
H A Dtest8.c727 static void string_concat(char **pzStr, char *zAppend, int doFree, int *pRc){ in string_concat()
H A Dshell.c.in833 static void appendText(ShellText *p, const char *zAppend, char quote){
/sqlite-3.40.0/ext/fts3/
H A Dfts3_snippet.c603 const char *zAppend, /* Pointer to data to append to buffer */ in fts3StringAppend()
/sqlite-3.40.0/ext/expert/
H A Dsqlite3expert.c791 char *zAppend = 0; in idxAppendText() local