iBestSplit       153078 ext/sqlite3/libsqlite/sqlite3.c   int iBestSplit = 0;
iBestSplit       153143 ext/sqlite3/libsqlite/sqlite3.c       iBestSplit = iBestLeft;
iBestSplit       153148 ext/sqlite3/libsqlite/sqlite3.c   memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));
iBestSplit       153150 ext/sqlite3/libsqlite/sqlite3.c     RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight;
iBestSplit       153151 ext/sqlite3/libsqlite/sqlite3.c     RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight;