RTREE_MAXCELLS   127216 third_party/sqlite/amalgamation/sqlite3.c       if( (4+pRtree->nBytesPerCell*RTREE_MAXCELLS)<pRtree->iNodeSize ){
RTREE_MAXCELLS   127217 third_party/sqlite/amalgamation/sqlite3.c         pRtree->iNodeSize = 4+pRtree->nBytesPerCell*RTREE_MAXCELLS;
RTREE_MAXCELLS   2959 third_party/sqlite/src/ext/rtree/rtree.c       if( (4+pRtree->nBytesPerCell*RTREE_MAXCELLS)<pRtree->iNodeSize ){
RTREE_MAXCELLS   2960 third_party/sqlite/src/ext/rtree/rtree.c         pRtree->iNodeSize = 4+pRtree->nBytesPerCell*RTREE_MAXCELLS;