Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.h9503 #define NOT_WITHIN 0 /* Object completely outside of query region */ macro
H A Dsqlite3.c10542 #define NOT_WITHIN 0 /* Object completely outside of query region */ macro
182357 if( eWithin==0 ) *peWithin = NOT_WITHIN;
182410 *peWithin = NOT_WITHIN;
182443 *peWithin = NOT_WITHIN;
182733 if( eWithin==NOT_WITHIN ) break;
182736 if( eWithin==NOT_WITHIN ) continue;

Completed in 418 milliseconds