Home
last modified time | relevance | path

Searched defs:nRem (Results 1 – 3 of 3) sorted by relevance

/freebsd/stand/ficl/
H A Ddict.c488 int nAvg, nRem, nDepth; in dictHashSummary() local
/freebsd/contrib/sqlite3/
H A Dsqlite3.c51684 int nRem = amt; /* Number of bytes yet to be written */ local
82957 u32 nRem; /* Bytes of data still to copy */ local
107068 int nRem; /* Bytes remaining to copy */ local
108030 int nRem = nData; local
209095 int nRem = 0; local
209252 int nRem = nMerge; /* Number of leaf pages yet to be written */ local
237335 int nRem = pIn->nData - pIn->iNext; local
237448 int nRem = pIn->nData - (pIn->iNext + nByte); local
254407 int nRem = pSeg->nPos; /* Number of bytes still to come */ local
255593 int nRem = pnRem ? *pnRem : 0; /* Output leaf pages left to write */ local
[all …]
H A Dshell.c20389 sqlite3_int64 nRem = nPayload - nLocal; in dbdataNext() local