Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rtree/
H A Dsqlite3rtree.h109 #define PARTLY_WITHIN 1 /* Object partially overlaps query region */ macro
H A Drtreedoc3.test195 # callback sets eWithin to PARTLY_WITHIN or FULLY_WITHIN are added to
H A Dgeopoly.c1371 p->eWithin = PARTLY_WITHIN; in geopolyFilter()
1445 pNew->eWithin = PARTLY_WITHIN; in geopolyFilter()
H A Drtree.c1870 p->eWithin = PARTLY_WITHIN; in rtreeFilter()
1937 pNew->eWithin = PARTLY_WITHIN; in rtreeFilter()
/sqlite-3.40.0/src/
H A Dtest_rtree.c317 p->eWithin = PARTLY_WITHIN; in circle_query_func()
348 p->eWithin = PARTLY_WITHIN; in bfs_query_func()