Home
last modified time | relevance | path

Searched refs:szSep (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Deval.c26 int szSep; /* Size of the separator string */ member
41 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()
/sqlite-3.40.0/tool/
H A Dfuzzershell.c288 int szSep; /* Size of the separator string */ member
302 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()