Lines Matching defs:zAppend
196302 ** If nAppend is negative, then the length of the string zAppend is196307 const char *zAppend, /* Pointer to data to append to buffer */196308 int nAppend /* Size of zAppend in bytes (or -1) */196311 nAppend = (int)strlen(zAppend);196330 memcpy(&pStr->z[pStr->n], zAppend, nAppend);