Searched refs:RTREE_MINCELLS (Results 1 – 1 of 1) sorted by relevance
255 #define RTREE_MINCELLS(p) ((((p)->iNodeSize-4)/(p)->nBytesPerCell)/3) macro256 #define RTREE_REINSERT(p) RTREE_MINCELLS(p)2500 nLeft=RTREE_MINCELLS(pRtree); in splitNodeStartree()2501 nLeft<=(nCell-RTREE_MINCELLS(pRtree)); in splitNodeStartree()2523 if( (nLeft==RTREE_MINCELLS(pRtree)) in splitNodeStartree()2860 if( NCELL(pNode)<RTREE_MINCELLS(pRtree) ){ in deleteCell()2936 for(ii=0; rc==SQLITE_OK && ii<(nCell-(RTREE_MINCELLS(pRtree)+1)); ii++){ in Reinsert()