Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rtree/
H A Drtree.c2470 int iBestDim = 0; in splitNodeStartree() local
2534 iBestDim = ii; in splitNodeStartree()
2540 memcpy(pBboxLeft, &aCell[aaSorted[iBestDim][0]], sizeof(RtreeCell)); in splitNodeStartree()
2541 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell)); in splitNodeStartree()
2545 RtreeCell *pCell = &aCell[aaSorted[iBestDim][ii]]; in splitNodeStartree()