Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c72543 int nPreformatSize; /* Size of last cell written by TransferRow() */ member
82692 szNew = p->pBt->nPreformatSize;
82855 pBt->nPreformatSize = nIn + (int)(aOut - pBt->pTmpSpace);
82867 pBt->nPreformatSize = (int)nOut + (int)(aOut - pBt->pTmpSpace);
82870 pBt->nPreformatSize += 4;