Lines Matching refs:leafData
79746 int leafData; /* True if pPage is a leaf of a LEAFDATA tree */ local
79913 leafData = b.pRef->intKeyLeaf;
79976 if( i<nOld-1 && !leafData){
80034 if( !leafData ){
80058 if( !leafData ){
80073 if( !leafData ){
80108 d = r + 1 - leafData;
80230 nNew>=2 ? cntNew[1] - cntNew[0] - !leafData : 0,
80232 nNew>=3 ? cntNew[2] - cntNew[1] - !leafData : 0,
80234 nNew>=4 ? cntNew[3] - cntNew[2] - !leafData : 0,
80236 nNew>=5 ? cntNew[4] - cntNew[3] - !leafData : 0
80282 cntOldNext += pOld->nCell + pOld->nOverflow + !leafData;
80286 if( !leafData ) continue;
80326 }else if( leafData ){
80418 iOld = iPg<nOld ? (cntOld[iPg-1] + !leafData) : b.nCell;
80419 iNew = cntNew[iPg-1] + !leafData;