Lines Matching refs:aiOvfl
7066 assert( ArraySize(pPage->apOvfl)==ArraySize(pPage->aiOvfl) ); in insertCell()
7084 pPage->aiOvfl[j] = (u16)i; in insertCell()
7091 assert( j==0 || pPage->aiOvfl[j-1]<(u16)i ); /* Overflows in sorted order */ in insertCell()
7092 assert( j==0 || i==pPage->aiOvfl[j-1]+1 ); /* Overflows are sequential */ in insertCell()
7549 int iCell = (iOld + pPg->aiOvfl[i]) - iNew; in editPage()
7905 assert( pParent->nOverflow==0 || pParent->aiOvfl[0]==iParentIdx ); in balance_nonroot()
7962 if( pParent->nOverflow && i+nxDiv==pParent->aiOvfl[0] ){ in balance_nonroot()
8076 if( NEVER(limit<pOld->aiOvfl[0]) ){ in balance_nonroot()
8080 limit = pOld->aiOvfl[0]; in balance_nonroot()
8087 assert( k==0 || pOld->aiOvfl[k-1]+1==pOld->aiOvfl[k] );/* NOTE 1 */ in balance_nonroot()
8684 memcpy(pChild->aiOvfl, pRoot->aiOvfl, in balance_deeper()
8685 pRoot->nOverflow*sizeof(pRoot->aiOvfl[0])); in balance_deeper()
8789 && pPage->aiOvfl[0]==pPage->nCell in balance()