Home
last modified time | relevance | path

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

12345678910>>...14

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dtest_rtree.c313 p->eWithin = NOT_WITHIN; in circle_query_func()
315 p->eWithin = FULLY_WITHIN; in circle_query_func()
317 p->eWithin = PARTLY_WITHIN; in circle_query_func()
344 p->eWithin = FULLY_WITHIN; in bfs_query_func()
346 p->eWithin = FULLY_WITHIN; in bfs_query_func()
348 p->eWithin = PARTLY_WITHIN; in bfs_query_func()
350 p->eWithin = NOT_WITHIN; in bfs_query_func()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dtest_rtree.c313 p->eWithin = NOT_WITHIN; in circle_query_func()
315 p->eWithin = FULLY_WITHIN; in circle_query_func()
317 p->eWithin = PARTLY_WITHIN; in circle_query_func()
344 p->eWithin = FULLY_WITHIN; in bfs_query_func()
346 p->eWithin = FULLY_WITHIN; in bfs_query_func()
348 p->eWithin = PARTLY_WITHIN; in bfs_query_func()
350 p->eWithin = NOT_WITHIN; in bfs_query_func()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dtest_rtree.c313 p->eWithin = NOT_WITHIN; in circle_query_func()
315 p->eWithin = FULLY_WITHIN; in circle_query_func()
317 p->eWithin = PARTLY_WITHIN; in circle_query_func()
344 p->eWithin = FULLY_WITHIN; in bfs_query_func()
346 p->eWithin = FULLY_WITHIN; in bfs_query_func()
348 p->eWithin = PARTLY_WITHIN; in bfs_query_func()
350 p->eWithin = NOT_WITHIN; in bfs_query_func()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dtest_rtree.c313 p->eWithin = NOT_WITHIN; in circle_query_func()
315 p->eWithin = FULLY_WITHIN; in circle_query_func()
317 p->eWithin = PARTLY_WITHIN; in circle_query_func()
344 p->eWithin = FULLY_WITHIN; in bfs_query_func()
346 p->eWithin = FULLY_WITHIN; in bfs_query_func()
348 p->eWithin = PARTLY_WITHIN; in bfs_query_func()
350 p->eWithin = NOT_WITHIN; in bfs_query_func()
/dports/databases/sqlite3/sqlite-src-3350500/ext/rtree/
H A Dsqlite3rtree.h99 int eWithin; /* OUT: Visibility */ member
H A Drtree.c1241 int eWithin = 0; in rtreeCallbackConstraint() local
1244 if( eWithin==0 ) *peWithin = NOT_WITHIN; in rtreeCallbackConstraint()
1250 pInfo->eWithin = pInfo->eParentWithin = pSearch->eWithin; in rtreeCallbackConstraint()
1252 if( pInfo->eWithin<*peWithin ) *peWithin = pInfo->eWithin; in rtreeCallbackConstraint()
1597 int eWithin; in rtreeStepToLeaf() local
1615 eWithin = FULLY_WITHIN; in rtreeStepToLeaf()
1627 if( eWithin==NOT_WITHIN ){ in rtreeStepToLeaf()
1633 if( eWithin==NOT_WITHIN ) continue; in rtreeStepToLeaf()
1656 p->eWithin = (u8)eWithin; in rtreeStepToLeaf()
1854 p->eWithin = PARTLY_WITHIN; in rtreeFilter()
[all …]
H A Dgeopoly.c1369 p->eWithin = PARTLY_WITHIN; in geopolyFilter()
1442 pNew->eWithin = PARTLY_WITHIN; in geopolyFilter()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/rtree/
H A Dsqlite3rtree.h99 int eWithin; /* OUT: Visiblity */ member
H A Drtree.c1140 int eWithin = 0; in rtreeCallbackConstraint() local
1143 if( eWithin==0 ) *peWithin = NOT_WITHIN; in rtreeCallbackConstraint()
1149 pInfo->eWithin = pInfo->eParentWithin = pSearch->eWithin; in rtreeCallbackConstraint()
1151 if( pInfo->eWithin<*peWithin ) *peWithin = pInfo->eWithin; in rtreeCallbackConstraint()
1489 int eWithin; in rtreeStepToLeaf() local
1506 eWithin = FULLY_WITHIN; in rtreeStepToLeaf()
1518 if( eWithin==NOT_WITHIN ) break; in rtreeStepToLeaf()
1521 if( eWithin==NOT_WITHIN ) continue; in rtreeStepToLeaf()
1537 p->eWithin = (u8)eWithin; in rtreeStepToLeaf()
1706 p->eWithin = PARTLY_WITHIN; in rtreeFilter()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/rtree/
H A Dsqlite3rtree.h99 int eWithin; /* OUT: Visibility */ member
H A Drtree.c1223 int eWithin = 0; in rtreeCallbackConstraint() local
1226 if( eWithin==0 ) *peWithin = NOT_WITHIN; in rtreeCallbackConstraint()
1232 pInfo->eWithin = pInfo->eParentWithin = pSearch->eWithin; in rtreeCallbackConstraint()
1234 if( pInfo->eWithin<*peWithin ) *peWithin = pInfo->eWithin; in rtreeCallbackConstraint()
1579 int eWithin; in rtreeStepToLeaf() local
1597 eWithin = FULLY_WITHIN; in rtreeStepToLeaf()
1609 if( eWithin==NOT_WITHIN ){ in rtreeStepToLeaf()
1615 if( eWithin==NOT_WITHIN ) continue; in rtreeStepToLeaf()
1638 p->eWithin = (u8)eWithin; in rtreeStepToLeaf()
1836 p->eWithin = PARTLY_WITHIN; in rtreeFilter()
[all …]
H A Dgeopoly.c1367 p->eWithin = PARTLY_WITHIN; in geopolyFilter()
1440 pNew->eWithin = PARTLY_WITHIN; in geopolyFilter()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/rtree/
H A Dsqlite3rtree.h99 int eWithin; /* OUT: Visibility */ member
H A Drtree.c1241 int eWithin = 0; in rtreeCallbackConstraint() local
1244 if( eWithin==0 ) *peWithin = NOT_WITHIN; in rtreeCallbackConstraint()
1250 pInfo->eWithin = pInfo->eParentWithin = pSearch->eWithin; in rtreeCallbackConstraint()
1252 if( pInfo->eWithin<*peWithin ) *peWithin = pInfo->eWithin; in rtreeCallbackConstraint()
1597 int eWithin; in rtreeStepToLeaf() local
1615 eWithin = FULLY_WITHIN; in rtreeStepToLeaf()
1627 if( eWithin==NOT_WITHIN ){ in rtreeStepToLeaf()
1633 if( eWithin==NOT_WITHIN ) continue; in rtreeStepToLeaf()
1656 p->eWithin = (u8)eWithin; in rtreeStepToLeaf()
1854 p->eWithin = PARTLY_WITHIN; in rtreeFilter()
[all …]
H A Dgeopoly.c1369 p->eWithin = PARTLY_WITHIN; in geopolyFilter()
1442 pNew->eWithin = PARTLY_WITHIN; in geopolyFilter()
/dports/databases/spatialite/libspatialite-5.0.1/src/spatialite/
H A Dvirtualknn.c1217 info->eWithin = NOT_WITHIN; in vknn_query_callback()
1234 info->eWithin = FULLY_WITHIN; in vknn_query_callback()
1237 info->eWithin = NOT_WITHIN; in vknn_query_callback()
1253 info->eWithin = NOT_WITHIN; in vknn_query_callback()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/mattn/go-sqlite3/code/
H A Dsqlite3-binding.h7461 int eWithin; /* OUT: Visiblity */ member
/dports/devel/global/global-6.6.7/libdb/
H A Dsqlite3.h7526 int eWithin; /* OUT: Visiblity */ member
/dports/databases/R-cran-RSQLite/RSQLite/inst/include/
H A Dsqlite3.h7477 int eWithin; /* OUT: Visiblity */ member
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.h7477 int eWithin; /* OUT: Visiblity */ member
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.h7461 int eWithin; /* OUT: Visiblity */ member
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/sqlite/
H A Dsqlite3.h7461 int eWithin; /* OUT: Visiblity */ member
/dports/lang/gcc11/gcc-11.2.0/libphobos/src/etc/c/
H A Dsqlite3.d2011 int eWithin; /* OUT: Visiblity */ member
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/etc/c/
H A Dsqlite3.d2011 int eWithin; /* OUT: Visiblity */ member
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/etc/c/
H A Dsqlite3.d2011 int eWithin; /* OUT: Visiblity */ member

12345678910>>...14