Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c212784 u8 *aIns; /* Content to be inserted */ member
214989 const u8 *aIns, /* New content */ argument
215003 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 */ argument
215069 if( d<0 && d>=(-8) && aIns!=0
215070 && jsonBlobOverwrite(&pParse->aBlob[iDel], aIns, nIns, (int)-d)
215085 if( nIns && aIns ){
[all …]