Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c70975 int nPreformatSize; /* Size of last cell written by TransferRow() */ member
81067 szNew = p->pBt->nPreformatSize;
81230 pBt->nPreformatSize = nIn + (int)(aOut - pBt->pTmpSpace);
81242 pBt->nPreformatSize = (int)nOut + (int)(aOut - pBt->pTmpSpace);
81245 pBt->nPreformatSize += 4;