Home
last modified time | relevance | path

Searched refs:iBestSplit (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c220565 int iBestSplit = 0; local
220630 iBestSplit = iBestLeft;
220635 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));
220637 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight;
220638 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight;