Searched refs:geohashDecode (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | geohash_helper.c | 137 geohashDecode(long_range,lat_range,hash,&area); in geohashGetAreasByRadius() 148 geohashDecode(long_range, lat_range, neighbors.north, &north); in geohashGetAreasByRadius() 149 geohashDecode(long_range, lat_range, neighbors.south, &south); in geohashGetAreasByRadius() 150 geohashDecode(long_range, lat_range, neighbors.east, &east); in geohashGetAreasByRadius() 151 geohashDecode(long_range, lat_range, neighbors.west, &west); in geohashGetAreasByRadius() 167 geohashDecode(long_range,lat_range,hash,&area); in geohashGetAreasByRadius()
|
| H A D | geohash.h | 105 int geohashDecode(const GeoHashRange long_range, const GeoHashRange lat_range,
|
| H A D | geohash.c | 164 int geohashDecode(const GeoHashRange long_range, const GeoHashRange lat_range, in geohashDecode() function 199 return geohashDecode(r[0], r[1], hash, area); in geohashDecodeType()
|
| H A D | geo.c | 354 geohashDecode(long_range, lat_range, neighbors[i], &myarea); in membersOfAllNeighbors()
|