Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rtree/
H A Drtree.c2138 static int cellContains(Rtree *pRtree, RtreeCell *p1, RtreeCell *p2){ in cellContains() function
2282 if( !cellContains(pRtree, &cell, pCell) ){ in AdjustTree()