Home
last modified time | relevance | path

Searched refs:nLastOvfl (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c231466 int nLastOvfl; /* Bytes of payload on final overflow page */ member
231846 pCell->nLastOvfl = (nPayload-nLocal) - (nOvfl-1) * (nUsable-4);
231994 pCsr->nPayload += pCell->nLastOvfl;
231995 pCsr->nUnused += nUsable - 4 - pCell->nLastOvfl;