Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/sqlite3/
Dsqlite3.h8462 int eWithin; /* OUT: Visiblity */ member
Dsqlite3.c8722 int eWithin; /* OUT: Visiblity */ member
160148 u8 eWithin; /* PARTLY_WITHIN or FULLY_WITHIN */
160945 pInfo->eWithin = pInfo->eParentWithin = pSearch->eWithin;
160947 if( pInfo->eWithin<*peWithin ) *peWithin = pInfo->eWithin;
161204 p->iLevel, p->id, p->iCell, p->rScore, p->eWithin
161283 int eWithin;
161300 eWithin = FULLY_WITHIN;
161305 &rScore, &eWithin);
161308 rtreeLeafConstraint(pConstraint, eInt, pCellData, &eWithin);
161310 rtreeNonleafConstraint(pConstraint, eInt, pCellData, &eWithin);
[all …]