Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c216673 u32 iPValue; /* Start of patch value */ local
216715 iPValue = iPCursor + nPLabel + szPLabel;
216716 if( iPValue>=iPEnd ) return JSON_MERGE_BADPATCH;
216717 nPValue = jsonbPayloadSize(pPatch, iPValue, &szPValue);
216719 iPCursor = iPValue + nPValue + szPValue;
216748 x = pPatch->aBlob[iPValue] & 0x0f;
216761 rc = jsonMergePatch(pTarget, iTValue, pPatch, iPValue, iDepth+1);
216768 if( (pPatch->aBlob[iPValue] & 0x0f)!=JSONB_OBJECT ){ /* Line 14 */
216773 &pPatch->aBlob[iPValue], szPValue+nPValue);
216783 rc = jsonMergePatch(pTarget, iTEnd+szNew,pPatch,iPValue,iDepth+1);