Searched refs:rtreeInsertCell (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtree.c | 2312 static int rtreeInsertCell(Rtree *, RtreeNode *, RtreeCell *, int); 2657 rc = rtreeInsertCell(pRtree, pLeft->pParent, &leftbbox, iHeight+1); in SplitNode() 2674 if( (rc = rtreeInsertCell(pRtree, pRight->pParent, &rightbbox, iHeight+1)) ){ in SplitNode() 2959 rc = rtreeInsertCell(pRtree, pInsert, p, iHeight); in Reinsert() 2975 static int rtreeInsertCell( in rtreeInsertCell() function 3026 rc = rtreeInsertCell(pRtree, pInsert, &cell, (int)pNode->iNode); in reinsertNodeContent() 3340 rc = rtreeInsertCell(pRtree, pLeaf, &cell, 0); in rtreeUpdate()
|
| H A D | geopoly.c | 1668 rc = rtreeInsertCell(pRtree, pLeaf, &cell, 0); in geopolyUpdate()
|