Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.h9494 int eWithin; /* OUT: Visibility */ member
H A Dsqlite3.c182354 int eWithin = 0;
182363 pInfo->eWithin = pInfo->eParentWithin = pSearch->eWithin;
182365 if( pInfo->eWithin<*peWithin ) *peWithin = pInfo->eWithin;
182704 int eWithin;
182721 eWithin = FULLY_WITHIN;
182733 if( eWithin==NOT_WITHIN ) break;
182752 p->eWithin = (u8)eWithin;
182948 p->eWithin = PARTLY_WITHIN;
183002 pNew->eWithin = PARTLY_WITHIN;
186815 p->eWithin = PARTLY_WITHIN;
[all …]

Completed in 451 milliseconds