cellGrowth       125989 ext/sqlite3/libsqlite/sqlite3.c       growth = cellGrowth(pRtree, &cell, pCell);
cellGrowth       126179 ext/sqlite3/libsqlite/sqlite3.c       float left = cellGrowth(pRtree, pLeftBox, &aCell[ii]);
cellGrowth       126180 ext/sqlite3/libsqlite/sqlite3.c       float right = cellGrowth(pRtree, pLeftBox, &aCell[ii]);
cellGrowth       126213 ext/sqlite3/libsqlite/sqlite3.c       float growth = cellGrowth(pRtree, &aCell[ii], &aCell[jj]);
cellGrowth       126507 ext/sqlite3/libsqlite/sqlite3.c       cellGrowth(pRtree, pBboxLeft, pNext) - 
cellGrowth       126508 ext/sqlite3/libsqlite/sqlite3.c       cellGrowth(pRtree, pBboxRight, pNext)