Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rtree/
H A Drtree.c113 typedef struct RtreeCell RtreeCell; typedef
374 struct RtreeCell { struct
2117 static void cellUnion(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2){ in cellUnion()
2158 RtreeCell cell; in cellGrowth()
2167 RtreeCell *p, in cellOverlap()
2216 RtreeCell cell; in ChooseLeaf()
2267 RtreeCell cell; in AdjustTree()
2459 RtreeCell *aCell, in splitNodeStartree()
2582 RtreeCell *pCell, in SplitNode()
2590 RtreeCell *aCell; in SplitNode()
[all …]
H A Dgeopoly.c1588 RtreeCell cell; /* New cell to insert if nData>1 */ in geopolyUpdate()