Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c216671 u32 nPLabel; /* Size of header on the patch label */ local
216713 nPLabel = jsonbPayloadSize(pPatch, iPCursor, &szPLabel);
216714 if( nPLabel==0 ) return JSON_MERGE_BADPATCH;
216715 iPValue = iPCursor + nPLabel + szPLabel;
216739 (const char*)&pPatch->aBlob[iPLabel+nPLabel],
216767 u32 szNew = szPLabel+nPLabel;