Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c81484 u16 leafCorrection; /* 4 if pPage is a leaf. 0 if not */ local
81651 leafCorrection = b.pRef->leaf*4;
81725 b.apCell[b.nCell] = pTemp+leafCorrection;
81726 assert( leafCorrection==0 || leafCorrection==4 );
81727 b.szCell[b.nCell] = b.szCell[b.nCell] - leafCorrection;
81729 assert( leafCorrection==0 );
81735 assert( leafCorrection==4 );
81765 usableSpace = pBt->usableSize - 12 + leafCorrection;
82043 if( !leafCorrection ){
82066 sz = b.szCell[j] + leafCorrection;
[all …]