Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c79745 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;
[all …]