Searched refs:szSep (Results 1 – 2 of 2) sorted by relevance
26 int szSep; /* Size of the separator string */ member41 if( (sqlite3_int64)sz+p->nUsed+p->szSep+1 > p->nAlloc ){ in callback()43 p->nAlloc = p->nAlloc*2 + sz + p->szSep + 1; in callback()56 memcpy(&p->z[p->nUsed], p->zSep, p->szSep); in callback()57 p->nUsed += p->szSep; in callback()90 x.szSep = (int)strlen(x.zSep); in sqlEvalFunc()
288 int szSep; /* Size of the separator string */ member302 if( (sqlite3_int64)sz+p->nUsed+p->szSep+1 > p->nAlloc ){ in callback()304 p->nAlloc = p->nAlloc*2 + sz + p->szSep + 1; in callback()317 memcpy(&p->z[p->nUsed], p->zSep, p->szSep); in callback()318 p->nUsed += p->szSep; in callback()351 x.szSep = (int)strlen(x.zSep); in sqlEvalFunc()