Searched refs:iPValue (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 216992 u32 iPValue; /* Start of patch value */ local 217034 iPValue = iPCursor + nPLabel + szPLabel; 217035 if( iPValue>=iPEnd ) return JSON_MERGE_BADPATCH; 217036 nPValue = jsonbPayloadSize(pPatch, iPValue, &szPValue); 217038 iPCursor = iPValue + nPValue + szPValue; 217067 x = pPatch->aBlob[iPValue] & 0x0f; 217080 rc = jsonMergePatch(pTarget, iTValue, pPatch, iPValue, iDepth+1); 217087 if( (pPatch->aBlob[iPValue] & 0x0f)!=JSONB_OBJECT ){ /* Line 14 */ 217092 &pPatch->aBlob[iPValue], szPValue+nPValue); 217102 rc = jsonMergePatch(pTarget, iTEnd+szNew,pPatch,iPValue,iDepth+1);
|