Searched refs:apOvfl (Results 1 – 2 of 2) sorted by relevance
293 u8 *apOvfl[4]; /* Pointers to the body of overflow cells */ member
7065 assert( pPage->nOverflow<=ArraySize(pPage->apOvfl) ); in insertCell()7066 assert( ArraySize(pPage->apOvfl)==ArraySize(pPage->aiOvfl) ); in insertCell()7082 assert( j < ArraySize(pPage->apOvfl)-1 ); in insertCell()7083 pPage->apOvfl[j] = pCell; in insertCell()7645 u8 *pCell = pPage->apOvfl[0]; in balance_quick()7959 nMaxCells += apOld[i]->nCell + ArraySize(pParent->apOvfl); in balance_nonroot()7963 apDiv[i] = pParent->apOvfl[0]; in balance_nonroot()8088 b.apCell[b.nCell] = pOld->apOvfl[k]; in balance_nonroot()8168 szNew[i] += 2 + p->xCellSize(p, p->apOvfl[j]); in balance_nonroot()8686 memcpy(pChild->apOvfl, pRoot->apOvfl, in balance_deeper()[all …]