Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dbtree.c2211 int szCell[(MX_CELL+2)*NB]; /* Local size of all cells */ in balance() local
2404 szCell[nCell] = cellSize(pBt, apCell[nCell]); in balance()
2408 szCell[nCell] = cellSize(pBt, apDiv[i]); in balance()
2409 memcpy(&aTemp[i], apDiv[i], szCell[nCell]); in balance()
2411 dropCell(pBt, pParent, nxDiv, szCell[nCell]); in balance()
2429 subtotal += szCell[i]; in balance()
2431 szNew[k] = subtotal - szCell[i]; in balance()
2444 szNew[i] += szCell[cntNew[i-1]]; in balance()
2445 szNew[i-1] -= szCell[cntNew[i-1]-1]; in balance()
2522 assert( pNew->nFree>=szCell[j] ); in balance()
[all …]