Searched refs:aiOvfl (Results 1 – 2 of 2) sorted by relevance
291 u16 aiOvfl[4]; /* Insert the i-th overflow cell before the aiOvfl-th member
7066 assert( ArraySize(pPage->apOvfl)==ArraySize(pPage->aiOvfl) ); in insertCell()7084 pPage->aiOvfl[j] = (u16)i; 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()[all …]