Searched refs:nIns (Results 1 – 2 of 2) sorted by relevance
950 unsigned int nIns; /* Bytes used for current INSERT stmt */ member3450 if( p->u.nIns==0 || p->u.nIns>=mxIns ){ in qrfOneSimpleRow()3451 if( p->u.nIns ){ in qrfOneSimpleRow()3453 p->u.nIns = 0; in qrfOneSimpleRow()3481 p->u.nIns += sqlite3_str_length(p->pOut) + 2 - szStart; in qrfOneSimpleRow()3482 if( p->u.nIns>=mxIns ){ in qrfOneSimpleRow()3484 p->u.nIns = 0; in qrfOneSimpleRow()3656 p->u.nIns = 0; in qrfInitialize()3770 if( p->u.nIns ){ in qrfFinalize()
212782 u32 nIns; /* Number of bytes to insert */ member214990 u32 nIns, /* Bytes of new content */ argument215035 memcpy(&aOut[i], &aIns[szHdr], nIns-szHdr);215036 szPayload = nIns - szHdr;215065 u32 nIns /* Bytes of content to insert */ argument215067 i64 d = (i64)nIns - (i64)nDel;215070 && jsonBlobOverwrite(&pParse->aBlob[iDel], aIns, nIns, (int)-d)215079 memmove(&pParse->aBlob[iDel+nIns],215085 if( nIns && aIns ){215086 memcpy(&pParse->aBlob[iDel], aIns, nIns);[all …]