Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbtree.c8038 leafCorrection = b.pRef->leaf*4; in balance_nonroot()
8112 b.apCell[b.nCell] = pTemp+leafCorrection; in balance_nonroot()
8113 assert( leafCorrection==0 || leafCorrection==4 ); in balance_nonroot()
8114 b.szCell[b.nCell] = b.szCell[b.nCell] - leafCorrection; in balance_nonroot()
8116 assert( leafCorrection==0 ); in balance_nonroot()
8122 assert( leafCorrection==4 ); in balance_nonroot()
8152 usableSpace = pBt->usableSize - 12 + leafCorrection; in balance_nonroot()
8423 if( !leafCorrection ){ in balance_nonroot()
8446 sz = b.szCell[j] + leafCorrection; in balance_nonroot()
8476 assert(leafCorrection==4); in balance_nonroot()
[all …]