Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_rtree.c315 p->eWithin = FULLY_WITHIN; in circle_query_func()
343 if( p->eParentWithin==FULLY_WITHIN ){ in bfs_query_func()
344 p->eWithin = FULLY_WITHIN; in bfs_query_func()
346 p->eWithin = FULLY_WITHIN; in bfs_query_func()
/sqlite-3.40.0/ext/rtree/
H A Dsqlite3rtree.h110 #define FULLY_WITHIN 2 /* Object fully contained within query region */ macro
H A Drtreedoc3.test195 # callback sets eWithin to PARTLY_WITHIN or FULLY_WITHIN are added to
H A Drtree.c1631 eWithin = FULLY_WITHIN; in rtreeStepToLeaf()