Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rtree/
H A Drtree.c947 static void nodeGetCell( in nodeGetCell() function
2229 nodeGetCell(pRtree, pNode, iCell, &cell); in ChooseLeaf()
2281 nodeGetCell(pRtree, pParent, iCell, &cell); in AdjustTree()
2610 nodeGetCell(pRtree, pNode, i, &aCell[i]); in SplitNode()
2819 nodeGetCell(pRtree, pNode, 0, &box); in fixBoundingBox()
2822 nodeGetCell(pRtree, pNode, ii, &cell); in fixBoundingBox()
2912 nodeGetCell(pRtree, pNode, ii, &aCell[ii]); in Reinsert()
3018 nodeGetCell(pRtree, pNode, ii, &cell); in reinsertNodeContent()
3890 nodeGetCell(&tree, &node, ii, &cell); in rtreenode()