Lines Matching refs:RtreeCell
218222 typedef struct RtreeCell RtreeCell; typedef
218483 struct RtreeCell { struct
218927 RtreeCell *pCell, /* The cell to write */
218960 RtreeCell *pCell /* The cell to be inserted */
219067 RtreeCell *pCell /* OUT: Write the cell contents here */
220234 static RtreeDValue cellArea(Rtree *pRtree, RtreeCell *p){
220264 static RtreeDValue cellMargin(Rtree *pRtree, RtreeCell *p){
220277 static void cellUnion(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2){
220298 static int cellContains(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2){
220318 RtreeCell *p,
220319 RtreeCell *aCell,
220350 RtreeCell *pCell, /* Cell to insert into rtree */
220373 RtreeCell cell;
220390 RtreeCell cell;
220425 RtreeCell *pCell /* This cell was just inserted */
220432 RtreeCell cell;
220477 static int rtreeInsertCell(Rtree *, RtreeNode *, RtreeCell *, int);
220497 RtreeCell *aCell,
220553 RtreeCell *aCell,
220557 RtreeCell *pBboxLeft,
220558 RtreeCell *pBboxRight
220598 RtreeCell left;
220599 RtreeCell right;
220604 memcpy(&left, &aCell[aaSorted[ii][0]], sizeof(RtreeCell));
220605 memcpy(&right, &aCell[aaSorted[ii][nCell-1]], sizeof(RtreeCell));
220634 memcpy(pBboxLeft, &aCell[aaSorted[iBestDim][0]], sizeof(RtreeCell));
220635 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));
220638 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight;
220639 RtreeCell *pCell = &aCell[aaSorted[iBestDim][ii]];
220676 RtreeCell *pCell,
220684 RtreeCell *aCell;
220690 RtreeCell leftbbox;
220691 RtreeCell rightbbox;
220696 aCell = sqlite3_malloc64((sizeof(RtreeCell)+sizeof(int))*(nCell+1));
220707 memcpy(&aCell[nCell], pCell, sizeof(RtreeCell));
220903 RtreeCell box; /* Bounding box for pNode */
220906 RtreeCell cell;
220962 RtreeCell *pCell,
220996 RtreeCell cell;
221205 RtreeCell cell; /* New cell to insert if nData>1 */
221877 RtreeCell cell;
224014 RtreeCell cell; /* New cell to insert if nData>1 */