Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbtree.c7885 int cntOld[NB+2]; /* Old index in b.apCell[] */ in balance_nonroot() local
8101 cntOld[i] = b.nCell; in balance_nonroot()
8156 b.ixNx[k] = cntOld[i]; in balance_nonroot()
8163 b.ixNx[k] = cntOld[i]+1; in balance_nonroot()
8170 cntNew[i] = cntOld[i]; in balance_nonroot()
8296 cntOld[i] = b.nCell; in balance_nonroot()
8521 || cntOld[iPg-1]>=cntNew[iPg-1] /* Condition (1) is true */ in balance_nonroot()
8529 assert( iPg==0 || cntOld[iPg-1]>=cntNew[iPg-1] || abDone[iPg-1] ); in balance_nonroot()
8533 assert( cntNew[iPg]>=cntOld[iPg] || abDone[iPg+1] ); in balance_nonroot()
8539 iOld = iPg<nOld ? (cntOld[iPg-1] + !leafData) : b.nCell; in balance_nonroot()