Lines Matching refs:leafCorrection
79745 u16 leafCorrection; /* 4 if pPage is a leaf. 0 if not */ local
79912 leafCorrection = b.pRef->leaf*4;
79986 b.apCell[b.nCell] = pTemp+leafCorrection;
79987 assert( leafCorrection==0 || leafCorrection==4 );
79988 b.szCell[b.nCell] = b.szCell[b.nCell] - leafCorrection;
79990 assert( leafCorrection==0 );
79996 assert( leafCorrection==4 );
80026 usableSpace = pBt->usableSize - 12 + leafCorrection;
80299 if( !leafCorrection ){
80322 sz = b.szCell[j] + leafCorrection;
80352 assert(leafCorrection==4);
80464 }else if( ISAUTOVACUUM(pBt) && !leafCorrection ){