Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbtree.c8395 int cntOldNext = pNew->nCell + pNew->nOverflow; in balance_nonroot() local
8401 while( i==cntOldNext ){ in balance_nonroot()
8406 cntOldNext += pOld->nCell + pOld->nOverflow + !leafData; in balance_nonroot()