Searched refs:aIns (Results 1 – 1 of 1) sorted by relevance
213102 u8 *aIns; /* Content to be inserted */ member215308 const u8 *aIns, /* New content */ argument215322 if( (aIns[0]&0x0f)<=2 ) return 0; /* Cannot enlarge NULL, true, false */215323 switch( aIns[0]>>4 ){215353 aOut[0] = (aIns[0] & 0x0f) | aType[i-2];215354 memcpy(&aOut[i], &aIns[szHdr], nIns-szHdr);215383 const u8 *aIns, /* Content to insert */ argument215388 if( d<0 && d>=(-8) && aIns!=0215389 && jsonBlobOverwrite(&pParse->aBlob[iDel], aIns, nIns, (int)-d)215404 if( nIns && aIns ){[all …]