Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c332 u8 idxShift; /* True if apCell[] indices have changed */ member
1411 pCur->pPage->idxShift = 0; in moveToChild()
1442 assert( pParent->idxShift==0 ); in moveToParent()
1443 if( pParent->idxShift==0 ){ in moveToParent()
2020 pPage->idxShift = 0; in reparentChildPages()
2046 pPage->idxShift = 1; in dropCell()
2079 pPage->idxShift = 1; in insertCell()
2303 if( pParent->idxShift ){ in balance()