Home
last modified time | relevance | path

Searched refs:geohashBoundingBox (Results 1 – 10 of 10) sorted by relevance

/dports/databases/redis6/redis-6.0.16/src/
H A Dgeohash_helper.c103 int geohashBoundingBox(double longitude, double latitude, double radius_meters, in geohashBoundingBox() function
126 geohashBoundingBox(longitude, latitude, radius_meters, bounds); in geohashGetAreasByRadius()
H A Dgeohash_helper.h52 int geohashBoundingBox(double longitude, double latitude, double radius_meters,
/dports/databases/redis5/redis-5.0.14/src/
H A Dgeohash_helper.c103 int geohashBoundingBox(double longitude, double latitude, double radius_meters, in geohashBoundingBox() function
126 geohashBoundingBox(longitude, latitude, radius_meters, bounds); in geohashGetAreasByRadius()
H A Dgeohash_helper.h52 int geohashBoundingBox(double longitude, double latitude, double radius_meters,
/dports/textproc/redisearch20/RediSearch-2.0.15/src/dep/geo/
H A Dgeohash_helper.c101 int geohashBoundingBox(double longitude, double latitude, double radius_meters, in geohashBoundingBox() function
124 geohashBoundingBox(longitude, latitude, radius_meters, bounds); in geohashGetAreasByRadius()
H A Dgeohash_helper.h52 int geohashBoundingBox(double longitude, double latitude, double radius_meters,
/dports/textproc/redisearch/RediSearch-2.2.5/src/dep/geo/
H A Dgeohash_helper.c101 int geohashBoundingBox(double longitude, double latitude, double radius_meters, in geohashBoundingBox() function
124 geohashBoundingBox(longitude, latitude, radius_meters, bounds); in geohashGetAreasByRadius()
H A Dgeohash_helper.h52 int geohashBoundingBox(double longitude, double latitude, double radius_meters,
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dgeohash_helper.h51 int geohashBoundingBox(GeoShape *shape, double *bounds);
H A Dgeohash_helper.c98 int geohashBoundingBox(GeoShape *shape, double *bounds) { in geohashBoundingBox() function
130 geohashBoundingBox(shape, shape->bounds); in geohashCalculateAreasByShapeWGS84()