RTREE_MAXCELLS   154100 ext/sqlite3/libsqlite/sqlite3.c       if( (4+pRtree->nBytesPerCell*RTREE_MAXCELLS)<pRtree->iNodeSize ){
RTREE_MAXCELLS   154101 ext/sqlite3/libsqlite/sqlite3.c         pRtree->iNodeSize = 4+pRtree->nBytesPerCell*RTREE_MAXCELLS;