Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c81365 u16 leafCorrection; /* 4 if pPage is a leaf. 0 if not */ local
81532 leafCorrection = b.pRef->leaf*4;
81606 b.apCell[b.nCell] = pTemp+leafCorrection;
81607 assert( leafCorrection==0 || leafCorrection==4 );
81608 b.szCell[b.nCell] = b.szCell[b.nCell] - leafCorrection;
81610 assert( leafCorrection==0 );
81616 assert( leafCorrection==4 );
81646 usableSpace = pBt->usableSize - 12 + leafCorrection;
81924 if( !leafCorrection ){
81947 sz = b.szCell[j] + leafCorrection;
[all …]