Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.h10863 #define NOT_WITHIN 0 /* Object completely outside of query region */ macro
Dsqlite3.c11176 #define NOT_WITHIN 0 /* Object completely outside of query region */ macro
207683 if( eWithin==0 ) *peWithin = NOT_WITHIN;
207748 *peWithin = NOT_WITHIN;
207784 *peWithin = NOT_WITHIN;
208077 if( eWithin==NOT_WITHIN ){
208083 if( eWithin==NOT_WITHIN ) continue;