Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c216667 u32 iPCursor; /* Cursor position while scanning the patch */ local
216700 iPCursor = iPatch+n;
216701 iPEnd = iPCursor+sz;
216707 while( iPCursor<iPEnd ){ /* Algorithm line 07 */
216708 iPLabel = iPCursor;
216709 ePLabel = pPatch->aBlob[iPCursor] & 0x0f;
216713 nPLabel = jsonbPayloadSize(pPatch, iPCursor, &szPLabel);
216715 iPValue = iPCursor + nPLabel + szPLabel;
216719 iPCursor = iPValue + nPValue + szPValue;
216720 if( iPCursor>iPEnd ) return JSON_MERGE_BADPATCH;