Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DbtreeInt.h293 u8 *apOvfl[4]; /* Pointers to the body of overflow cells */ member
H A Dbtree.c7065 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 …]