Searched refs:aIns (Results 1 – 1 of 1) sorted by relevance
212784 u8 *aIns; /* Content to be inserted */ member214989 const u8 *aIns, /* New content */ argument215003 if( (aIns[0]&0x0f)<=2 ) return 0; /* Cannot enlarge NULL, true, false */215004 switch( aIns[0]>>4 ){215034 aOut[0] = (aIns[0] & 0x0f) | aType[i-2];215035 memcpy(&aOut[i], &aIns[szHdr], nIns-szHdr);215064 const u8 *aIns, /* Content to insert */ argument215069 if( d<0 && d>=(-8) && aIns!=0215070 && jsonBlobOverwrite(&pParse->aBlob[iDel], aIns, nIns, (int)-d)215085 if( nIns && aIns ){[all …]