Lines Matching refs:leafData
79745 int leafData; /* True if pPage is a leaf of a LEAFDATA tree */ local
79912 leafData = b.pRef->intKeyLeaf;
79975 if( i<nOld-1 && !leafData){
80033 if( !leafData ){
80057 if( !leafData ){
80072 if( !leafData ){
80107 d = r + 1 - leafData;
80229 nNew>=2 ? cntNew[1] - cntNew[0] - !leafData : 0,
80231 nNew>=3 ? cntNew[2] - cntNew[1] - !leafData : 0,
80233 nNew>=4 ? cntNew[3] - cntNew[2] - !leafData : 0,
80235 nNew>=5 ? cntNew[4] - cntNew[3] - !leafData : 0
80281 cntOldNext += pOld->nCell + pOld->nOverflow + !leafData;
80285 if( !leafData ) continue;
80325 }else if( leafData ){
80417 iOld = iPg<nOld ? (cntOld[iPg-1] + !leafData) : b.nCell;
80418 iNew = cntNew[iPg-1] + !leafData;