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