Searched refs:nLocal (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/stand/ficl/
H A Dwords.c4201 FICL_INT nLocal = *(FICL_INT *)(pVM->ip++); local
4202 stackPush(pVM->pStack, pVM->rStack->pFrame[nLocal]);
4209 FICL_INT nLocal = *(FICL_INT *)(pVM->ip++); local
4210 pVM->rStack->pFrame[nLocal] = stackPop(pVM->pStack);
4254 FICL_INT nLocal = pVM->runningWord->param[0].i; local
4258 stackPush(pVM->pStack, pVM->rStack->pFrame[nLocal]);
4263 if (nLocal == 0)
4267 else if (nLocal == 1)
4274 dictAppendCell(pDict, LVALUEtoCELL(nLocal));
4359 FICL_INT nLocal local
4369 FICL_INT nLocal = pVM->runningWord->param[0].i; local
4387 FICL_INT nLocal = *(FICL_INT *)(pVM->ip++); local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c10849 int nLocal; local
10900 nLocal = nPayload;
10906 nLocal = K;
10908 nLocal = M;
10912 if( bNextPage || nLocal+iOff>pCsr->nPage ){
10924 /* Load the nLocal bytes of payload */
10925 memcpy(pCsr->pRec, &pCsr->aPage[iOff], nLocal);
10926 iOff += nLocal;
10929 if( nPayload>nLocal ){
10930 sqlite3_int64 nRem = nPayload - nLocal;
[all...]
H A Dsqlite3.c64413 u16 nLocal; /* Amount of payload held locally, not on overflow */ member in struct:CellInfo
204382 int nLocal; /* Bytes of local payload */ member in struct:StatCell
204656 int nLocal; local
204739 int nLocal; /* Bytes of payload stored locally */ local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c47796 u16 nLocal; /* Amount of payload held locally */ member in struct:CellInfo
52301 u32 nLocal; local
[all...]

Completed in 766 milliseconds