Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h7821 #define NOT_WITHIN 0 /* Object completely outside of query region */ macro
H A Dsqlite3.c8028 #define NOT_WITHIN 0 /* Object completely outside of query region */ macro
151945 if( i==0 ) *peWithin = NOT_WITHIN;
151997 *peWithin = NOT_WITHIN;
152029 *peWithin = NOT_WITHIN;
152318 if( eWithin==NOT_WITHIN ) break;
152321 if( eWithin==NOT_WITHIN ) continue;

Completed in 415 milliseconds