Lines Matching defs:nLocal
16058 int nLocal;
16111 nLocal = nPayload;
16117 nLocal = K;
16119 nLocal = M;
16123 if( bNextPage || nLocal+iOff>pCsr->nPage ){
16134 /* Load the nLocal bytes of payload */
16135 memcpy(pCsr->rec.aBuf, &pCsr->aPage[iOff], nLocal);
16136 iOff += nLocal;
16139 if( nPayload>nLocal ){
16140 sqlite3_int64 nRem = nPayload - nLocal;