Searched refs:zAppend (Results 1 – 2 of 2) sorted by relevance
1486 static void appendText(ShellText *p, const char *zAppend, char quote){ in appendText() argument1489 i64 nAppend = strlen30(zAppend); in appendText()1495 if( zAppend[i]==quote ) len++; in appendText()1509 *zCsr++ = zAppend[i]; in appendText()1510 if( zAppend[i]==quote ) *zCsr++ = quote; in appendText()1516 memcpy(p->z+p->n, zAppend, nAppend); in appendText()13547 char *zAppend = 0; in idxAppendText() local13553 zAppend = sqlite3_vmprintf(zFmt, ap); in idxAppendText()13554 if( zAppend ){ in idxAppendText()13555 nAppend = STRLEN(zAppend); in idxAppendText()[all …]
205885 const char *zAppend, /* Pointer to data to append to buffer */205889 nAppend = (int)strlen(zAppend);205908 memcpy(&pStr->z[pStr->n], zAppend, nAppend);