Searched defs:cntNew (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c2207 int cntNew[NB+1]; /* Index in apCell[] of cell after i-th page */ local
2421 ** size of all cells on the i-th page and cntNew[] which is the index
2423 ** cntNew[k] should equal nCell.
2432 cntNew[k] = i;
2438 cntNew[k] = nCell;
2442 cntNew[i-1]--;
2443 assert( cntNew[i-1]>0 );
2444 szNew[i] += szCell[cntNew[i-1]];
2445 szNew[i-1] -= szCell[cntNew[i-1]-1];
2448 assert( cntNew[
[all...]

Completed in 58 milliseconds