Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rtree/
H A Dsqlite3rtree.h108 #define NOT_WITHIN 0 /* Object completely outside of query region */ macro
H A Drtreedoc3.test191 # Unless the callback returned NOT_WITHIN, add the entry to the priority
198 # EVIDENCE-OF: R-08681-45277 Subelements that return NOT_WITHIN are
H A Drtree.c1249 if( eWithin==0 ) *peWithin = NOT_WITHIN; in rtreeCallbackConstraint()
1314 *peWithin = NOT_WITHIN; in rtreeNonleafConstraint()
1350 *peWithin = NOT_WITHIN; in rtreeLeafConstraint()
1643 if( eWithin==NOT_WITHIN ){ in rtreeStepToLeaf()
1649 if( eWithin==NOT_WITHIN ) continue; in rtreeStepToLeaf()
/sqlite-3.40.0/src/
H A Dtest_rtree.c313 p->eWithin = NOT_WITHIN; in circle_query_func()
350 p->eWithin = NOT_WITHIN; in bfs_query_func()