Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c220564 int iBestDim = 0; local
220628 iBestDim = ii;
220634 memcpy(pBboxLeft, &aCell[aaSorted[iBestDim][0]], sizeof(RtreeCell));
220635 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));
220639 RtreeCell *pCell = &aCell[aaSorted[iBestDim][ii]];