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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c14798 int nLocal; local
14850 nLocal = nPayload;
14856 nLocal = K;
14858 nLocal = M;
14862 if( bNextPage || nLocal+iOff>pCsr->nPage ){
14874 /* Load the nLocal bytes of payload */
14875 memcpy(pCsr->pRec, &pCsr->aPage[iOff], nLocal);
14876 iOff += nLocal;
14879 if( nPayload>nLocal ){
14880 sqlite3_int64 nRem = nPayload - nLocal;
[all...]
H A Dsqlite3.c69637 u16 nLocal; /* Amount of payload held locally, not on overflow */ member in struct:CellInfo
221789 int nLocal; /* Bytes of local payload */ member in struct:StatCell
222071 int nLocal; local
222154 int nLocal; /* Bytes of payload stored locally */ local
[all...]

Completed in 858 milliseconds