Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c216990 u32 nPLabel; /* Size of header on the patch label */ local
217032 nPLabel = jsonbPayloadSize(pPatch, iPCursor, &szPLabel);
217033 if( nPLabel==0 ) return JSON_MERGE_BADPATCH;
217034 iPValue = iPCursor + nPLabel + szPLabel;
217058 (const char*)&pPatch->aBlob[iPLabel+nPLabel],
217086 u32 szNew = szPLabel+nPLabel;