Searched refs:zAppend (Results 1 – 2 of 2) sorted by relevance
1920 static void appendText(ShellText *p, const char *zAppend, char quote){ in appendText() argument1923 i64 nAppend = strlen30(zAppend); in appendText()1929 if( zAppend[i]==quote ) len++; in appendText()1943 *zCsr++ = zAppend[i]; in appendText()1944 if( zAppend[i]==quote ) *zCsr++ = quote; in appendText()1950 memcpy(p->z+p->n, zAppend, nAppend); in appendText()12629 char *zAppend = 0; in idxAppendText() local12635 zAppend = sqlite3_vmprintf(zFmt, ap); in idxAppendText()12636 if( zAppend ){ in idxAppendText()12637 nAppend = STRLEN(zAppend); in idxAppendText()[all …]
201290 const char *zAppend, /* Pointer to data to append to buffer */201294 nAppend = (int)strlen(zAppend);201313 memcpy(&pStr->z[pStr->n], zAppend, nAppend);