Home
last modified time | relevance | path

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

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