Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c216986 u32 iPCursor; /* Cursor position while scanning the patch */ local
217019 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;