Searched refs:iPCursor (Results 1 – 1 of 1) sorted by relevance
216986 u32 iPCursor; /* Cursor position while scanning the patch */ local217019 iPCursor = iPatch+n;217020 iPEnd = iPCursor+sz;217026 while( iPCursor<iPEnd ){ /* Algorithm line 07 */217027 iPLabel = iPCursor;217028 ePLabel = pPatch->aBlob[iPCursor] & 0x0f;217032 nPLabel = jsonbPayloadSize(pPatch, iPCursor, &szPLabel);217034 iPValue = iPCursor + nPLabel + szPLabel;217038 iPCursor = iPValue + nPValue + szPValue;217039 if( iPCursor>iPEnd ) return JSON_MERGE_BADPATCH;