Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c220943 int iBestSplit = 0; local
221008 iBestSplit = iBestLeft;
221013 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));
221015 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight;
221016 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight;