| H A D | geo.c | 191 int geoAppendIfWithinRadius(geoArray *ga, double lon, double lat, double radius, double score, sds … in geoAppendIfWithinRadius() argument 198 radius, &distance)) in geoAppendIfWithinRadius() 225 int geoGetPointsInRange(robj *zobj, double min, double max, double lon, double lat, double radius, … in geoGetPointsInRange() argument 257 if (geoAppendIfWithinRadius(ga,lon,lat,radius,score,member) in geoGetPointsInRange() 278 if (geoAppendIfWithinRadius(ga,lon,lat,radius,ln->score,ele) in geoGetPointsInRange() 318 …rsOfGeoHashBox(robj *zobj, GeoHashBits hash, geoArray *ga, double lon, double lat, double radius) { in membersOfGeoHashBox() argument 322 return geoGetPointsInRange(zobj, min, max, lon, lat, radius, ga); in membersOfGeoHashBox() 326 int membersOfAllNeighbors(robj *zobj, GeoHashRadius n, double lon, double lat, double radius, geoAr… in membersOfAllNeighbors() argument 377 count += membersOfGeoHashBox(zobj, neighbors[i], ga, lon, lat, radius); in membersOfAllNeighbors()
|