Lines Matching refs:nLocal
11957 int nLocal;
12008 nLocal = nPayload;
12014 nLocal = K;
12016 nLocal = M;
12020 if( bNextPage || nLocal+iOff>pCsr->nPage ){
12032 /* Load the nLocal bytes of payload */
12033 memcpy(pCsr->pRec, &pCsr->aPage[iOff], nLocal);
12034 iOff += nLocal;
12037 if( nPayload>nLocal ){
12038 sqlite3_int64 nRem = nPayload - nLocal;