Searched refs:nLocal (Results 1 – 5 of 5) sorted by relevance
4201 FICL_INT nLocal = *(FICL_INT *)(pVM->ip++); in getLocalParen() local4202 stackPush(pVM->pStack, pVM->rStack->pFrame[nLocal]); in getLocalParen()4209 FICL_INT nLocal = *(FICL_INT *)(pVM->ip++); in toLocalParen() local4210 pVM->rStack->pFrame[nLocal] = stackPop(pVM->pStack); in toLocalParen()4254 FICL_INT nLocal = pVM->runningWord->param[0].i; in doLocalIm() local4263 if (nLocal == 0) in doLocalIm()4267 else if (nLocal == 1) in doLocalIm()4359 FICL_INT nLocal = *(FICL_INT *)(pVM->ip++); in get2LocalParen() local4369 FICL_INT nLocal = pVM->runningWord->param[0].i; in do2LocalIm() local4379 dictAppendCell(pDict, LVALUEtoCELL(nLocal)); in do2LocalIm()[all …]
69 help = "Writes the Kerberos master key to a file used by the KDC. \nLocal (-l) mode only."
9344 int nLocal; in dbdataNext() local9395 nLocal = nPayload; in dbdataNext()9401 nLocal = K; in dbdataNext()9403 nLocal = M; in dbdataNext()9407 if( bNextPage || nLocal+iOff>pCsr->nPage ){ in dbdataNext()9420 memcpy(pCsr->pRec, &pCsr->aPage[iOff], nLocal); in dbdataNext()9421 iOff += nLocal; in dbdataNext()9424 if( nPayload>nLocal ){ in dbdataNext()9425 sqlite3_int64 nRem = nPayload - nLocal; in dbdataNext()
65452 pInfo->nLocal = (u16)surplus;65486 pInfo->nLocal = 0;68858 if( a->nLocal!=b->nLocal ) return 0;69144 if( offset<pCur->info.nLocal ){69154 offset -= pCur->info.nLocal;69378 amt = pCur->info.nLocal;72894 iOffset = pCur->info.nLocal;200625 int nLocal;200638 if( nLocal>nMaxLocal ) nLocal = nMinLocal;200639 return nLocal;[all …]
49192 pInfo->nLocal = (u16)nPayload;49214 pInfo->nLocal = (u16)surplus;52124 if( offset<pCur->info.nLocal ){52134 offset -= pCur->info.nLocal;52301 u32 nLocal;52321 nLocal = pCur->info.nLocal - nKey;52323 nLocal = pCur->info.nLocal;52324 assert( nLocal<=nKey );52326 *pAmt = nLocal;53565 spaceLeft = info.nLocal;[all …]