Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c216655 u32 iTCursor; /* Cursor position while scanning the target object */ local
216722 iTCursor = iTStart;
216724 while( iTCursor<iTEnd ){
216726 iTLabel = iTCursor;
216727 eTLabel = pTarget->aBlob[iTCursor] & 0x0f;
216731 nTLabel = jsonbPayloadSize(pTarget, iTCursor, &szTLabel);
216746 iTCursor = iTValue + nTValue + szTValue;
216749 if( iTCursor<iTEnd ){